4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / sys / hp300 / include / stdarg.h
index dc82547..3c8035f 100644 (file)
@@ -1,12 +1,15 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)stdarg.h    7.3 (Berkeley) %G%
+ *     @(#)stdarg.h    8.1 (Berkeley) %G%
  */
 
  */
 
+#ifndef _STDARG_H_
+#define        _STDARG_H_
+
 typedef char *va_list;
 
 #define        __va_promote(type) \
 typedef char *va_list;
 
 #define        __va_promote(type) \
@@ -25,3 +28,5 @@ typedef char *va_list;
 #endif
 
 #define        va_end(ap)
 #endif
 
 #define        va_end(ap)
+
+#endif /* !_STDARG_H_ */