OSDN Git Service

automatically generated from GPLed version
authoreggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Jun 1997 03:24:49 +0000 (03:24 +0000)
committereggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Jun 1997 03:24:49 +0000 (03:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14269 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/getopt.h
gcc/obstack.h

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