automatically generated from GPLed version

From-SVN: r14269
This commit is contained in:
Paul Eggert 1997-06-21 03:24:49 +00:00
parent 9d1cf1d98c
commit 588add846e
2 changed files with 4 additions and 4 deletions

View File

@ -130,4 +130,4 @@ extern int _getopt_internal ();
}
#endif
#endif /* _GETOPT_H */
#endif /* getopt.h */

View 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 */