summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--grammar/grammar.y8
-rw-r--r--grammar/rainerscript.c1
2 files changed, 0 insertions, 9 deletions
diff --git a/grammar/grammar.y b/grammar/grammar.y
index 70f98c02..89fd2289 100644
--- a/grammar/grammar.y
+++ b/grammar/grammar.y
@@ -98,16 +98,8 @@ extern int yyerror(char*);
%type <nvlst> nv nvlst
%type <obj> obj property constant
%type <objlst> propconst
-/*%type <actlst> actlst
-%type <actlst> act
-%type <actlst> block
-*/
%type <expr> expr
%type <stmt> stmt s_act actlst block script
-/*
-%type <rule> rule
-%type <rule> scriptfilt
-*/
%type <fparams> fparams
%type <arr> array arrayelt
diff --git a/grammar/rainerscript.c b/grammar/rainerscript.c
index 5b01bf47..d77721b8 100644
--- a/grammar/rainerscript.c
+++ b/grammar/rainerscript.c
@@ -22,7 +22,6 @@
* A copy of the GPL can be found in the file "COPYING" in this distribution.
* A copy of the LGPL can be found in the file "COPYING.LESSER" in this distribution.
*/
-
#include "config.h"
#include <stdio.h>
#include <stdlib.h>