lint: retrieving string arguments from str_list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user