summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/lr0.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/lr0.c')
-rw-r--r--contrib/byacc/lr0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/byacc/lr0.c b/contrib/byacc/lr0.c
index 0759973..641f9f8 100644
--- a/contrib/byacc/lr0.c
+++ b/contrib/byacc/lr0.c
@@ -1,4 +1,4 @@
-/* $Id: lr0.c,v 1.12 2010/06/09 08:53:17 tom Exp $ */
+/* $Id: lr0.c,v 1.13 2012/05/26 00:40:47 tom Exp $ */
#include "defs.h"
@@ -538,7 +538,7 @@ set_nullable(void)
int empty;
int done_flag;
- nullable = MALLOC(nsyms);
+ nullable = TMALLOC(char, nsyms);
NO_SPACE(nullable);
for (i = 0; i < nsyms; ++i)
OpenPOWER on IntegriCloud