* config.nt (__P): Remove.
This commit is contained in:
parent
23640f8fad
commit
b6fcccc3ea
2 changed files with 4 additions and 8 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue