lint: retrieving string arguments from str_list

This commit is contained in:
dick
1988-11-03 13:20:27 +00:00
parent 0e895422bc
commit 190ea14bbf
4 changed files with 3 additions and 7 deletions

View File

@@ -72,9 +72,8 @@ init_code(dst_file)
}
#endif LINT
static struct string_cst *str_list = 0;
struct string_cst *str_list = 0;
#ifndef LINT
code_string(val, len, dlb)
char *val;
int len;
@@ -89,7 +88,6 @@ code_string(val, len, dlb)
sc->sc_len = len;
sc->sc_dlb = dlb;
}
#endif LINT
def_strings(sc)
register struct string_cst *sc;