]> arthur.barton.de Git - netatalk.git/blobdiff - sys/generic/sys/cdefs.h
Update NEWS
[netatalk.git] / sys / generic / sys / cdefs.h
index 0c2b21edc519f04d09c0c0d823453dca56d5b3e6..c24481c1484cf48faa4766387a1be25709bbfc41 100644 (file)
@@ -1,12 +1,15 @@
 /*
- * $Id: cdefs.h,v 1.2 2001-06-29 14:14:47 rufustfirefly Exp $
+ * $Id: cdefs.h,v 1.4 2001-08-15 15:29:14 srittau Exp $
  */
 
 #ifndef _SYS_CDEFS_H
 #define _SYS_CDEFS_H 1
 
-#ifdef __STDC__
-#define __P(args)    args  
+#if defined(__STDC__) || defined(__DECC)
+/* Note that there must be exactly one space between __P(args) and args,
+ * otherwise DEC C chokes.
+ */
+#define __P(args) args
 #else /* __STDC__ */
 #define __P(args)    ()
 #endif /* __STDC__ */