blob: 38422e5f90531a58268609e6457eaa38a69436ce (
plain) (
tree)
|
|
--- parser.y.orig Sat Nov 7 10:42:00 1998
+++ parser.y Sat Oct 21 04:59:01 2000
@@ -5,8 +5,6 @@
#include <string.h>
#ifdef __DECCXX
#include <alloca.h>
-#else
-#include <malloc.h>
#endif
#include "nmtbl.h"
|