summaryrefslogtreecommitdiff
path: root/lib/parser.c
diff options
context:
space:
mode:
authorPixel <Pixel>2001-04-29 23:06:10 +0000
committerPixel <Pixel>2001-04-29 23:06:10 +0000
commit6a27e9676e432ae176ff00d8fd7336a7a86bf9a2 (patch)
tree969ed7289a852b76747d49c473f4da8178c8a641 /lib/parser.c
parent084057754afdb911349d05aedf7b1c00c7b73f96 (diff)
Parser multi-ligne
Diffstat (limited to 'lib/parser.c')
-rw-r--r--lib/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parser.c b/lib/parser.c
index 9e8cf37..ef1502e 100644
--- a/lib/parser.c
+++ b/lib/parser.c
@@ -188,7 +188,7 @@ void parse_line(char *line)
{
char buffer[BUFSIZ], imm[BUFSIZ], *d = line;
op_t op;
- int got_unary = 128, nbrargs;
+ static int got_unary = 128, nbrargs;
sprintf(buffer, "Read line '%s'", line);
pushcontext(buffer);