Allow quoted filenames, needed if they contain any ${ENVMACRO}s

This commit is contained in:
Andrew Johnson
2003-07-29 22:44:27 +00:00
parent a31f5e166c
commit b27dc431c8
+1
View File
@@ -71,6 +71,7 @@ templ: templ_head O_BRACE subst C_BRACE
;
templ_head: DBFILE WORD
| DBFILE QUOTE
{
var_count=0;
if(db_file_name) dbmfFree(db_file_name);