aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@gnu.org>1997-06-21 03:24:49 +0000
committerPaul Eggert <eggert@gnu.org>1997-06-21 03:24:49 +0000
commit588add846ed4d149892489e9c33ea32c435805f7 (patch)
treeb808abacd977ebc077d855cf50a713daca181532
parent9d1cf1d98c0d9d56ccc317f21ad66aee0b2585e3 (diff)
downloadgcc-588add846ed4d149892489e9c33ea32c435805f7.zip
gcc-588add846ed4d149892489e9c33ea32c435805f7.tar.gz
gcc-588add846ed4d149892489e9c33ea32c435805f7.tar.bz2
automatically generated from GPLed version
From-SVN: r14269
-rw-r--r--gcc/getopt.h2
-rw-r--r--gcc/obstack.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/getopt.h b/gcc/getopt.h
index 062bb87..c4adc30 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 faad128..a6a2e23 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 */