From 588add846ed4d149892489e9c33ea32c435805f7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 21 Jun 1997 03:24:49 +0000 Subject: [PATCH] automatically generated from GPLed version From-SVN: r14269 --- gcc/getopt.h | 2 +- gcc/obstack.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 */ -- 2.30.2