mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Removed unneeded export
This commit is contained in:
parent
dbab8ba26b
commit
c5f46e66f4
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ object add_symbol(symbol_type *psym);
|
|||
object add_symbol_by_name(const char *name);
|
||||
object find_symbol_by_name(const char *name);
|
||||
object find_or_add_symbol(const char *name);
|
||||
extern list symbol_table;
|
||||
|
||||
extern list global_table;
|
||||
void add_global(object *glo);
|
||||
|
|
Loading…
Add table
Reference in a new issue