X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fq2c.c;h=2098c9bdcc9a2c119c3f6f7153dd9b7a0c2bda96;hb=2e0595dd8e344dbdcab740d7d2a3b67d153d6b39;hp=839d4a779022f6677496b4542c9bf71dea574392;hpb=fa77efde13ecbb261b90109142453850b283b950;p=pspp-builds.git diff --git a/src/q2c.c b/src/q2c.c index 839d4a77..2098c9bd 100644 --- a/src/q2c.c +++ b/src/q2c.c @@ -86,11 +86,7 @@ char *tokstr; /* Utility functions. */ -#if !(__GNUC__ >= 2) -#define nullstr "" -#else -const char nullstr[] = ""; -#endif +char nullstr[] = ""; /* Close all open files and delete the output file, on failure. */ void @@ -1134,7 +1130,7 @@ dump_declarations (void) dump (0, "long n_%s;", st_lower (sbc->name)); break; - default: + default:; /* nothing */ } }