Start k&r to ansi modification

This commit is contained in:
Godzil
2013-03-05 09:21:28 +01:00
committed by Manoël Trapier
parent cb89c679ec
commit 33af50ea26
7 changed files with 14 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ prc_p prochash[NPROCHASH];
num_p numhash[NNUMHASH];
char *lastname;
extern char *strcpy();
//extern char *strcpy();
#define newsym() (sym_p) newstruct(sym)
#define newprc() (prc_p) newstruct(prc)