new.h renamed to alloc.h.

This commit is contained in:
Richard M. Stallman
1997-06-18 06:40:45 +00:00
parent 5ce94c2964
commit 7612000cb0
14 changed files with 26 additions and 26 deletions

View File

@@ -32,7 +32,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "getopt.h" /* for optarg */
#include "symtab.h"
#include "lex.h"
#include "new.h"
#include "alloc.h"
/* flags set by % directives */
extern int definesflag; /* for -d */