Start k&r to ansi modification
This commit is contained in:
@@ -33,8 +33,8 @@ struct mkey {
|
||||
{0, K_UNKNOWN}
|
||||
};
|
||||
|
||||
char *strcpy();
|
||||
char *sprint();
|
||||
//char *strcpy();
|
||||
//char *sprint();
|
||||
|
||||
init_pp()
|
||||
{
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
#include "macbuf.h"
|
||||
#include "replace.h"
|
||||
|
||||
extern char *GetIdentifier();
|
||||
extern char *strcpy();
|
||||
extern char *strcat();
|
||||
//extern char *GetIdentifier();
|
||||
//extern char *strcpy();
|
||||
//extern char *strcat();
|
||||
extern int InputLevel;
|
||||
struct repl *ReplaceList; /* list of currently active macros */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user