generate CSA for empty case statement, replaced an #ifdef that was on the wrong spot

This commit is contained in:
ceriel
1987-11-13 16:21:33 +00:00
parent 808e5d8c7d
commit 7bbfcac62b
2 changed files with 6 additions and 3 deletions

View File

@@ -112,6 +112,7 @@ deleted, is now a debug-flag
}
#ifdef ___XXX___
deleted, is now a debug-flag
case 'E' : /* run preprocessor only, with #<int> */
#ifndef NOPP
options['E'] = 1;
@@ -161,6 +162,7 @@ deleted, is now a debug-flag
break;
#ifdef ___XXX___
deleted, is now a debug-flag
case 'P' : /* run preprocessor stand-alone, without #'s */
#ifndef NOPP
options['E'] = 1;
@@ -171,8 +173,8 @@ deleted, is now a debug-flag
break;
#endif ___XXX___
#ifdef USE_TMP
case 'T' : {
#ifdef USE_TMP
extern char *C_tmpdir;
if (*text)
C_tmpdir = text;