Use prototypes if the compiler understands them.

This commit is contained in:
Jesse Thilo
1998-12-30 05:27:11 +00:00
parent 4be07551f5
commit d2729d44ab
20 changed files with 340 additions and 339 deletions

View File

@@ -53,4 +53,4 @@ typedef
extern bucket **symtab;
extern bucket *firstsymbol;
extern bucket *getsym();
extern bucket *getsym PARAMS((char *));