diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-22 14:53:41 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-22 14:53:41 -0200 |
commit | d67733133b7a1062628e6c5e7512adf998026b6a (patch) | |
tree | cc25f521d83a2938460e12aa3add25cbec0bb6ca /utils.c | |
parent | 077871dce17f78ffa94e8bc2de21461fd8a4960d (diff) |
Correct make distcheck and sparse warnings.
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -31,6 +31,9 @@ #include <ctype.h> #include <stdlib.h> +unsigned int debugFlags; + + /***====================================================================***/ Opaque @@ -90,7 +93,7 @@ uFree(Opaque ptr) /***====================================================================***/ static FILE *entryFile= NULL; - int uEntryLevel; +static int uEntryLevel; Boolean uSetEntryFile(char *name) |