aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 296a62d..4bd1a6f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -600,7 +600,7 @@ include_symbol(Symbol *sym)
{
int type = 0;
- if (!sym)
+ if (!sym || sym->type == SymToken)
return 0;
if (sym->name[0] == '_' && !included_char('_'))

Return to:

Send suggestions and report system problems to the System administrator.