Mercurial > emacs
changeset 21826:d18b1d70025c
[WINDOWSNT]: Use function prototypes.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Wed, 29 Apr 1998 04:34:29 +0000 |
parents | 697991d2a2c4 |
children | 87c7f4bd99da |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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) ()