summaryrefslogtreecommitdiffstats
path: root/hcid/parser.y
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-09-05 08:01:28 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-09-05 08:01:28 +0000
commit49a0b7dc900eec6e195808e1033a5794ca9660e9 (patch)
treef701efee64bbc8dea811ebabe438d605f9ae8d58 /hcid/parser.y
parent920a9decba9018b960b0a22f60d1f60d7ed6267b (diff)
Don't use yylex_destroy() at the moment
Diffstat (limited to 'hcid/parser.y')
-rw-r--r--hcid/parser.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/parser.y b/hcid/parser.y
index cf947fbf..b9c90dca 100644
--- a/hcid/parser.y
+++ b/hcid/parser.y
@@ -331,7 +331,9 @@ int read_config(char *file)
fclose(yyin);
+#if 0
yylex_destroy();
+#endif
return 0;
}