aboutsummaryrefslogtreecommitdiff
path: root/src/cflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cflow.h')
-rw-r--r--src/cflow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cflow.h b/src/cflow.h
index 986f42e..1749ada 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -166,7 +166,7 @@ extern int symbol_count;
extern unsigned input_file_count;
Symbol *lookup(char*);
-Symbol *install(char*);
+Symbol *install(char*, int);
Symbol *install_ident(char *name, enum storage storage);
void ident_change_storage(Symbol *sp, enum storage storage);
void delete_autos(int level);

Return to:

Send suggestions and report system problems to the System administrator.