]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/options.c
Changed #if __STDC__ to #if defined(__STDC__)
[ppp.git] / pppd / options.c
index cb9c2d4a1638f868bdbf130530a8d1f106baeb58..630285f0d213508be3cd6c948856dca4e0c54a8b 100644 (file)
@@ -17,7 +17,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#define RCSID  "$Id: options.c,v 1.64 1999/08/13 06:46:16 paulus Exp $"
+#define RCSID  "$Id: options.c,v 1.65 1999/09/08 01:13:45 masputra Exp $"
 
 #include <ctype.h>
 #include <stdio.h>
@@ -794,7 +794,7 @@ option_error __V((char *fmt, ...))
     va_list args;
     char buf[256];
 
-#if __STDC__
+#if defined(__STDC__)
     va_start(args, fmt);
 #else
     char *fmt;