Skip to content
Snippets Groups Projects
Commit 3195228f authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Nicer fix.

Rev: src/language.yacc:1.64
parent 4579e30c
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@
/* This is the grammar definition of Pike. */
#include "global.h"
RCSID("$Id: language.yacc,v 1.63 1998/03/04 16:38:17 grubba Exp $");
RCSID("$Id: language.yacc,v 1.64 1998/03/04 16:42:45 grubba Exp $");
#ifdef HAVE_MEMORY_H
#include <memory.h>
#endif
......@@ -1319,9 +1319,7 @@ low_idents: F_IDENTIFIER
}
}
} else {
push_int(0);
$$=mkconstantsvaluenode(sp-1);
pop_stack();
$$=mkintnode(0);
}
}
free_node($1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment