Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b6fcccc3
Commit
b6fcccc3
authored
Jul 02, 2010
by
Juanma Barranquero
Browse files
* config.nt (__P): Remove.
parent
23640f8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/config.nt
nt/config.nt
+0
-8
No files found.
nt/ChangeLog
View file @
b6fcccc3
2010-07-02 Juanma Barranquero <lekktu@gmail.com>
* config.nt (__P): Remove.
2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
* config.nt: Remove code depending on BSTRING.
...
...
nt/config.nt
View file @
b6fcccc3
...
...
@@ -393,14 +393,6 @@ extern char *getenv ();
#define PROTOTYPES 1
#endif
#ifndef __P
#if defined PROTOTYPES
#define __P(args) args
#else
#define __P(args) ()
#endif
#endif
#ifdef HAVE_STRING_H
#include "string.h"
#endif
...
...
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