From: Paul Eggert Date: Sat, 21 Jun 1997 03:24:49 +0000 (+0000) Subject: automatically generated from GPLed version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=588add846ed4d149892489e9c33ea32c435805f7;p=gcc.git automatically generated from GPLed version From-SVN: r14269 --- diff --git a/gcc/getopt.h b/gcc/getopt.h index 062bb87cfe5..c4adc30bbba 100644 --- a/gcc/getopt.h +++ b/gcc/getopt.h @@ -130,4 +130,4 @@ extern int _getopt_internal (); } #endif -#endif /* _GETOPT_H */ +#endif /* getopt.h */ diff --git a/gcc/obstack.h b/gcc/obstack.h index faad1281796..a6a2e230e0b 100644 --- a/gcc/obstack.h +++ b/gcc/obstack.h @@ -106,8 +106,8 @@ Summary: /* Don't do the contents of this file more than once. */ -#ifndef __OBSTACK_H__ -#define __OBSTACK_H__ +#ifndef _OBSTACK_H +#define _OBSTACK_H 1 #ifdef __cplusplus extern "C" { @@ -589,4 +589,4 @@ __extension__ \ } /* C++ */ #endif -#endif /* not __OBSTACK_H__ */ +#endif /* obstack.h */