From c5f46e66f4fdcbc505852108ff572bf53af14b8e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 11 Dec 2015 21:39:24 -0500 Subject: [PATCH] Removed unneeded export --- include/cyclone/runtime.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/cyclone/runtime.h b/include/cyclone/runtime.h index 51392fc2..919101db 100644 --- a/include/cyclone/runtime.h +++ b/include/cyclone/runtime.h @@ -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);