]> arthur.barton.de Git - netatalk.git/commitdiff
Fix.
authorsrittau <srittau>
Wed, 15 Aug 2001 15:29:14 +0000 (15:29 +0000)
committersrittau <srittau>
Wed, 15 Aug 2001 15:29:14 +0000 (15:29 +0000)
sys/generic/sys/cdefs.h

index f4e5aeae759cf7b809b867cc427192bb881224e0..c24481c1484cf48faa4766387a1be25709bbfc41 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * $Id: cdefs.h,v 1.3 2001-08-15 01:45:00 srittau 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__ || __DECC
+#if defined(__STDC__) || defined(__DECC)
 /* Note that there must be exactly one space between __P(args) and args,
  * otherwise DEC C chokes.
  */