Finish changing _ANSI_H to _ANSI_H_.
authorRichard Stallman <rms@gnu.org>
Wed, 23 Sep 1992 04:12:08 +0000 (04:12 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 23 Sep 1992 04:12:08 +0000 (04:12 +0000)
From-SVN: r2211

gcc/ginclude/varargs.h

index aa9c561d28cf1e84e60a0a1d3956e14b6a334dff..d2a0dfbe4c0dac1ffaa3918fc25a2f708e7e1238 100644 (file)
@@ -70,7 +70,7 @@
 
 /* The macro _VA_LIST_ is the same thing used by this file in Ultrix.  */
 /* But in 4.3bsd-net2, _VA_LIST_ has another meaning.  So ignore it.  */
-#if !defined (_VA_LIST_) || defined (_ANSI_H)
+#if !defined (_VA_LIST_) || defined (_ANSI_H_)
 /* The macro _VA_LIST is used in SCO Unix 3.2.  */
 #ifndef _VA_LIST
 #ifndef _VA_LIST_
@@ -81,7 +81,7 @@
 #define va_list __va___list
 typedef char * __va___list;
 #endif /* _VA_LIST */
-#endif /* !defined (_VA_LIST_) || defined (_ANSI_H) */
+#endif /* !defined (_VA_LIST_) || defined (_ANSI_H_) */
 
 /*  In 4.3bsd-net2, it is said we must #undef this.
     I hope this successfully identifies that system.