Added 'linty' target for make
"make linty" does lots of error checking while compiling. Simplified the standard make's CFLAGS. Cleaned up code to eliminate resulting warnings generated by "make linty".
This commit is contained in:
parent
d92da99106
commit
d844c2a391
6 changed files with 20 additions and 19 deletions
2
advent.h
2
advent.h
|
@ -84,7 +84,7 @@ extern bool oldstyle, editline, prompt;
|
|||
#define WRITE_MODE "wb"
|
||||
extern char* xstrdup(const char*);
|
||||
extern void packed_to_token(long, char token[]);
|
||||
extern void newspeak(char*);
|
||||
extern void newspeak(const char*);
|
||||
extern void PSPEAK(vocab_t,int);
|
||||
extern void RSPEAK(vocab_t);
|
||||
extern void SETPRM(long,long,long);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue