]> git.eshelyaron.com Git - emacs.git/commitdiff
[WINDOWSNT]: Use function prototypes.
authorGeoff Voelker <voelker@cs.washington.edu>
Wed, 29 Apr 1998 04:34:29 +0000 (04:34 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Wed, 29 Apr 1998 04:34:29 +0000 (04:34 +0000)
src/lisp.h

index a3ffda3e9bcefee9684cdb08efb6f0990e69850f..bda73db6aa7293d802e41c00a29256c875ad7b73 100644 (file)
@@ -1272,7 +1272,7 @@ typedef unsigned char UCHAR;
 #endif
 
 /* Declare the prototype for a general external function.  */
-#ifdef __STDC__
+#if defined (__STDC__) || defined (WINDOWSNT)
 #define P_(proto) proto
 #else
 #define P_(proto) ()