diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-09-05 08:01:28 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-09-05 08:01:28 +0000 |
commit | 49a0b7dc900eec6e195808e1033a5794ca9660e9 (patch) | |
tree | f701efee64bbc8dea811ebabe438d605f9ae8d58 | |
parent | 920a9decba9018b960b0a22f60d1f60d7ed6267b (diff) |
Don't use yylex_destroy() at the moment
-rw-r--r-- | hcid/parser.y | 2 |
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; } |