Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
38adb313
Commit
38adb313
authored
Apr 29, 1998
by
Geoff Voelker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[WINDOWSNT]: Use function prototypes.
parent
6d55d620
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/lisp.h
View file @
38adb313
...
...
@@ -1272,7 +1272,7 @@ typedef unsigned char UCHAR;
#endif
/* Declare the prototype for a general external function. */
#ifdef
__STDC__
#if
def
ined (
__STDC__
) || defined (WINDOWSNT)
#define P_(proto) proto
#else
#define P_(proto) ()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment