diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index a3ffda3e9bc..bda73db6aa7 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1272,7 +1272,7 @@ typedef unsigned char UCHAR; | |||
| 1272 | #endif | 1272 | #endif |
| 1273 | 1273 | ||
| 1274 | /* Declare the prototype for a general external function. */ | 1274 | /* Declare the prototype for a general external function. */ |
| 1275 | #ifdef __STDC__ | 1275 | #if defined (__STDC__) || defined (WINDOWSNT) |
| 1276 | #define P_(proto) proto | 1276 | #define P_(proto) proto |
| 1277 | #else | 1277 | #else |
| 1278 | #define P_(proto) () | 1278 | #define P_(proto) () |