diff src/lisp.h @ 21826:d18b1d70025c

[WINDOWSNT]: Use function prototypes.
author Geoff Voelker <voelker@cs.washington.edu>
date Wed, 29 Apr 1998 04:34:29 +0000
parents 101cc2e8a4b7
children 870b55420529
line wrap: on
line diff
--- a/src/lisp.h	Wed Apr 29 04:34:05 1998 +0000
+++ b/src/lisp.h	Wed Apr 29 04:34:29 1998 +0000
@@ -1272,7 +1272,7 @@
 #endif
 
 /* Declare the prototype for a general external function.  */
-#ifdef __STDC__
+#if defined (__STDC__) || defined (WINDOWSNT)
 #define P_(proto) proto
 #else
 #define P_(proto) ()