lots of functions made static (some had to be moved)
This commit is contained in:
parent
463564076f
commit
3d15a468cd
11 changed files with 884 additions and 916 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#include <ctype.h>
|
||||
#include <stdint.h>
|
||||
|
||||
const char PARSE_YES[] = "yes";
|
||||
static const char PARSE_YES[] = "yes";
|
||||
const char PARSE_NO[] = "no";
|
||||
const char PARSE_CLOBBER[] = ":-("; // for painful lang/locale priority situation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue