aboutsummaryrefslogtreecommitdiff
path: root/gramar.y
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-22 23:35:16 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-22 23:35:16 +0000
commit958f6b5bd834121362183f33cabd1d75290429ab (patch)
tree320ff517e5b7d23c4a4ad20d0048d4e382abed34 /gramar.y
parentf8b1782dba2462403f1df62ecd1f8d94068ece4e (diff)
misc
Diffstat (limited to 'gramar.y')
-rw-r--r--gramar.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/gramar.y b/gramar.y
index 1267201..7222723 100644
--- a/gramar.y
+++ b/gramar.y
@@ -40,9 +40,9 @@ struct pair {
char *label;
} *stack, *ref;
-int sp = 0;
-int rp = 0;
-int pc = 0;
+static int sp = 0;
+static int rp = 0;
+static int pc = 0;
unsigned short *buffer;
char **label;