aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-14 15:37:39 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-14 15:37:39 +0000
commit507fe2765c42d659c217a308e98cdad288cdf80d (patch)
treeb1913fc9960ddea72e6fed61fec02a50f447d05d /src/main.c
parentef77e8e73a956d8853899f4b768e4e03b3b696d7 (diff)
downloadcflow-507fe2765c42d659c217a308e98cdad288cdf80d.tar.gz
cflow-507fe2765c42d659c217a308e98cdad288cdf80d.tar.bz2
(include_symbol): Ignore keywords.
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
@@ -602,3 +602,3 @@ include_symbol(Symbol *sym)
- if (!sym)
+ if (!sym || sym->type == SymToken)
return 0;

Return to:

Send suggestions and report system problems to the System administrator.