]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/extern.h
Rework how dependency generation is performed:
[bsdgames-darwin.git] / hack / extern.h
index 325531b86e2f22777c74c989812f39254fff13e5..804498cc0ef7df9ade8e8c580de3d117eff9c072 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.4 2001/03/25 20:43:58 jsm Exp $   */
+/*     $NetBSD: extern.h,v 1.5 2002/05/26 00:12:12 wiz Exp $   */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
  */
 #ifndef _EXTERN_H_
 #define _EXTERN_H_
-#include <stdio.h>
-#ifndef __STDC__
-#include <varargs.h>
-#else
 #include <stdarg.h>
-#endif
+#include <stdio.h>
 
 /* alloc.c */
 long *alloc __P((unsigned));