Made ability for -g dependant on compile-time flag

This commit is contained in:
ceriel
1991-02-18 17:18:36 +00:00
parent b4f4a87846
commit c40ca6ebbd
11 changed files with 99 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
#include <alloc.h>
#include "strict3rd.h"
#include "dbsymtab.h"
#include "type.h"
#include "main.h"
#include "warning.h"
@@ -60,10 +61,12 @@ DoOption(text)
options[text[-1]]++;
break;
#ifdef DBSYMTAB
case 'g': /* generate symbol table for debugger */
options['g']++;
options['n']++; /* no register vars ??? */
break;
#endif /* DBSYMTAB */
case 'w':
if (*text) {