summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/verbose.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/verbose.c')
-rw-r--r--contrib/byacc/verbose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/byacc/verbose.c b/contrib/byacc/verbose.c
index 118f8b4..3e6ea28 100644
--- a/contrib/byacc/verbose.c
+++ b/contrib/byacc/verbose.c
@@ -1,4 +1,4 @@
-/* $Id: verbose.c,v 1.9 2010/06/09 08:58:29 tom Exp $ */
+/* $Id: verbose.c,v 1.10 2012/05/26 00:45:17 tom Exp $ */
#include "defs.h"
@@ -23,7 +23,7 @@ verbose(void)
if (!vflag)
return;
- null_rules = (short *)MALLOC((unsigned)nrules * sizeof(short));
+ null_rules = TMALLOC(short, nrules);
NO_SPACE(null_rules);
fprintf(verbose_file, "\f\n");
OpenPOWER on IntegriCloud