Formerly make.h.~62~

This commit is contained in:
Roland McGrath 1993-01-06 23:28:54 +00:00
parent 99afb91aca
commit e2622b0fea

5
make.h
View file

@ -1,4 +1,4 @@
/* Copyright (C) 1988, 1989, 1990, 1991, 1992 Free Software Foundation, Inc. /* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GNU Make. This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify GNU Make is free software; you can redistribute it and/or modify
@ -125,8 +125,7 @@ extern unsigned int get_path_max ();
#endif #endif
#if (defined (STDC_HEADERS) || defined (__GNU_LIBRARY__) \ #if (defined (STDC_HEADERS) || defined (__GNU_LIBRARY__))
|| defined (POSIX))
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#define ANSI_STRING #define ANSI_STRING