automatically generated from GPLed version
authorPaul Eggert <eggert@gnu.org>
Sat, 21 Jun 1997 03:24:49 +0000 (03:24 +0000)
committerPaul Eggert <eggert@gnu.org>
Sat, 21 Jun 1997 03:24:49 +0000 (03:24 +0000)
From-SVN: r14269

gcc/getopt.h
gcc/obstack.h

index 062bb87cfe583f7faadaf5eb834edc67950ff450..c4adc30bbbac02416757dfc51f8d94b59ba9f847 100644 (file)
@@ -130,4 +130,4 @@ extern int _getopt_internal ();
 }
 #endif
 
-#endif /* _GETOPT_H */
+#endif /* getopt.h */
index faad1281796d333dcbffd2f1eec9d94e842d6aab..a6a2e230e0b1ef50185b584994b31b6195e68cae 100644 (file)
@@ -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 */