chiark / gitweb /
Import release 0.1.0
[secnet.git] / conffile.y
index b6b246c91fbb2dfa09adde21cd3723dcfb26d772..cd53b7cf88f349d919e9fc0c18af69e46479bd5a 100644 (file)
@@ -23,7 +23,7 @@ static void yyerror(char *s);
 
 %%
 
-input:           assignments { result = $1; }
+input:           assignments { result = $1; $$=result; }
                ;
 
 assignments:     assignments assignment { $$=node(T_ALIST, $2, $1); }