summaryrefslogtreecommitdiff
path: root/gcc/ginclude/varargs.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-23 04:12:08 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-09-23 04:12:08 +0000
commit924d3858379dd8aef793694af41e14347877b43b (patch)
tree11061f5d1c3a2de6900e9fd432726e49b16b4254 /gcc/ginclude/varargs.h
parent9633da39671cfde251e72fc5ed4c7d3935af7c55 (diff)
downloadgcc-924d3858379dd8aef793694af41e14347877b43b.tar.gz
Finish changing _ANSI_H to _ANSI_H_.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2211 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ginclude/varargs.h')
-rw-r--r--gcc/ginclude/varargs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ginclude/varargs.h b/gcc/ginclude/varargs.h
index aa9c561d28c..d2a0dfbe4c0 100644
--- a/gcc/ginclude/varargs.h
+++ b/gcc/ginclude/varargs.h
@@ -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.