Rename the make.h file to makeint.h for internal use only.

This commit is contained in:
Paul Smith 2013-01-20 11:01:01 -05:00
parent b70aa3709e
commit a45f25ece3
38 changed files with 67 additions and 62 deletions

View file

@ -1,3 +1,8 @@
2013-01-20 Paul Smith <psmith@gnu.org>
* make.h: Rename to makeint.h.
* Many: Use the new name makeint.h.
2013-01-19 Paul Smith <psmith@gnu.org> 2013-01-19 Paul Smith <psmith@gnu.org>
* doc/make.texi (load Directive): Update to discuss location of * doc/make.texi (load Directive): Update to discuss location of

View file

@ -50,7 +50,7 @@ endif
EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cstms.c EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cstms.c
noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \ noinst_HEADERS = commands.h dep.h filedef.h job.h makeint.h rule.h variable.h \
debug.h getopt.h gettext.h hash.h debug.h getopt.h gettext.h hash.h
make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LIBINTL@ \ make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LIBINTL@ \

View file

@ -134,7 +134,7 @@ srcs = $(srcdir)commands.c $(srcdir)job.c $(srcdir)dir.c \
$(srcdir)ar.c $(srcdir)arscan.c $(srcdir)strcache.c \ $(srcdir)ar.c $(srcdir)arscan.c $(srcdir)strcache.c \
$(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \ $(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \
$(srcdir)commands.h $(srcdir)dep.h $(srcdir)filedep.h \ $(srcdir)commands.h $(srcdir)dep.h $(srcdir)filedep.h \
$(srcdir)job.h $(srcdir)make.h $(srcdir)rule.h \ $(srcdir)job.h $(srcdir)makeint.h $(srcdir)rule.h \
$(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in $(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in
@ -273,36 +273,36 @@ $(objs): config.h
# Automatically generated dependencies will be put at the end of the file. # Automatically generated dependencies will be put at the end of the file.
# Automatically generated dependencies. # Automatically generated dependencies.
commands.o: commands.c make.h dep.h filedef.h variable.h job.h \ commands.o: commands.c makeint.h dep.h filedef.h variable.h job.h \
commands.h commands.h
job.o: job.c make.h job.h filedef.h commands.h variable.h job.o: job.c makeint.h job.h filedef.h commands.h variable.h
dir.o: dir.c make.h dir.o: dir.c makeint.h
file.o: file.c make.h dep.h filedef.h job.h commands.h variable.h file.o: file.c makeint.h dep.h filedef.h job.h commands.h variable.h
misc.o: misc.c make.h dep.h misc.o: misc.c makeint.h dep.h
main.o: main.c make.h dep.h filedef.h variable.h job.h commands.h \ main.o: main.c makeint.h dep.h filedef.h variable.h job.h commands.h \
getopt.h getopt.h
guile.o: guile.c make.h dep.h debug.h variable.h gmk-default.h guile.o: guile.c makeint.h dep.h debug.h variable.h gmk-default.h
read.o: read.c make.h dep.h filedef.h job.h commands.h variable.h \ read.o: read.c makeint.h dep.h filedef.h job.h commands.h variable.h \
glob/glob.h glob/glob.h
remake.o: remake.c make.h filedef.h job.h commands.h dep.h remake.o: remake.c makeint.h filedef.h job.h commands.h dep.h
rule.o: rule.c make.h dep.h filedef.h job.h commands.h variable.h \ rule.o: rule.c makeint.h dep.h filedef.h job.h commands.h variable.h \
rule.h rule.h
implicit.o: implicit.c make.h rule.h dep.h filedef.h implicit.o: implicit.c makeint.h rule.h dep.h filedef.h
default.o: default.c make.h rule.h dep.h filedef.h job.h commands.h \ default.o: default.c makeint.h rule.h dep.h filedef.h job.h commands.h \
variable.h variable.h
variable.o: variable.c make.h dep.h filedef.h job.h commands.h \ variable.o: variable.c makeint.h dep.h filedef.h job.h commands.h \
variable.h variable.h
expand.o: expand.c make.h filedef.h job.h commands.h variable.h expand.o: expand.c makeint.h filedef.h job.h commands.h variable.h
function.o: function.c make.h filedef.h variable.h dep.h job.h \ function.o: function.c makeint.h filedef.h variable.h dep.h job.h \
commands.h amiga.h commands.h amiga.h
vpath.o: vpath.c make.h filedef.h variable.h vpath.o: vpath.c makeint.h filedef.h variable.h
strcache.o: strcache.c make.h hash.h strcache.o: strcache.c makeint.h hash.h
version.o: version.c version.o: version.c
ar.o: ar.c make.h filedef.h dep.h ar.o: ar.c makeint.h filedef.h dep.h
arscan.o: arscan.c make.h arscan.o: arscan.c makeint.h
signame.o: signame.c signame.h signame.o: signame.c signame.h
remote-stub.o: remote-stub.c make.h filedef.h job.h commands.h remote-stub.o: remote-stub.c makeint.h filedef.h job.h commands.h
getopt.o: getopt.c getopt.o: getopt.c
getopt1.o : getopt1.c getopt.h getopt1.o : getopt1.c getopt.h
getloadavg.o: getloadavg.c getloadavg.o: getloadavg.c
amiga.o: amiga.c make.h variable.h amiga.h amiga.o: amiga.c makeint.h variable.h amiga.h

View file

@ -140,7 +140,7 @@ srcs = $(srcdir)commands.c $(srcdir)job.c $(srcdir)dir.c \
$(srcdir)ar.c $(srcdir)arscan.c $(srcdir)strcache.c \ $(srcdir)ar.c $(srcdir)arscan.c $(srcdir)strcache.c \
$(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \ $(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \
$(srcdir)commands.h $(srcdir)dep.h $(srcdir)file.h \ $(srcdir)commands.h $(srcdir)dep.h $(srcdir)file.h \
$(srcdir)job.h $(srcdir)make.h $(srcdir)rule.h \ $(srcdir)job.h $(srcdir)makeint.h $(srcdir)rule.h \
$(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in $(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "variable.h" #include "variable.h"
#include "amiga.h" #include "amiga.h"
#include <assert.h> #include <assert.h>

2
ar.c
View file

@ -15,7 +15,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#ifndef NO_ARCHIVES #ifndef NO_ARCHIVES

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#ifdef HAVE_FCNTL_H #ifdef HAVE_FCNTL_H
#include <fcntl.h> #include <fcntl.h>

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "dep.h" #include "dep.h"
#include "filedef.h" #include "filedef.h"
#include "variable.h" #include "variable.h"

View file

@ -424,7 +424,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
/* Define if using alloca.c. */ /* Define if using alloca.c. */
/* #undef C_ALLOCA */ /* #undef C_ALLOCA */
/* maybe this should be placed into make.h */ /* maybe this should be placed into makeint.h */
#if defined(__VAX) && defined(__DECC) #if defined(__VAX) && defined(__DECC)
#define alloca(n) __ALLOCA(n) #define alloca(n) __ALLOCA(n)
#endif #endif

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "filedef.h" #include "filedef.h"
#include "variable.h" #include "variable.h"
#include "rule.h" #include "rule.h"

2
dir.c
View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "hash.h" #include "hash.h"
#ifdef HAVE_DIRENT_H #ifdef HAVE_DIRENT_H

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include <assert.h> #include <assert.h>

2
file.c
View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include <assert.h> #include <assert.h>

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "filedef.h" #include "filedef.h"
#include "variable.h" #include "variable.h"
#include "dep.h" #include "dep.h"
@ -736,7 +736,7 @@ check_numeric (const char *s, const char *msg)
strip_whitespace (&s, &end); strip_whitespace (&s, &end);
for (; s <= end; ++s) for (; s <= end; ++s)
if (!ISDIGIT (*s)) /* ISDIGIT only evals its arg once: see make.h. */ if (!ISDIGIT (*s)) /* ISDIGIT only evals its arg once: see makeint.h. */
break; break;
if (s <= end || end - beg < 0) if (s <= end || end - beg < 0)

View file

@ -985,7 +985,7 @@ getloadavg (double loadavg[], int nelem)
#endif /* ! HAVE_GETLOADAVG */ #endif /* ! HAVE_GETLOADAVG */
#ifdef TEST #ifdef TEST
#include "make.h" #include "makeint.h"
int int
main (int argc, char **argv) main (int argc, char **argv)

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "debug.h" #include "debug.h"
#include "dep.h" #include "dep.h"
#include "variable.h" #include "variable.h"

2
hash.c
View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "hash.h" #include "hash.h"
#define CALLOC(t, n) ((t *) calloc (sizeof (t), (n))) #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n)))

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "filedef.h" #include "filedef.h"
#include "rule.h" #include "rule.h"
#include "dep.h" #include "dep.h"

4
job.c
View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include <assert.h> #include <assert.h>
@ -245,7 +245,7 @@ unsigned int jobserver_tokens = 0;
#ifdef WINDOWS32 #ifdef WINDOWS32
/* /*
* The macro which references this function is defined in make.h. * The macro which references this function is defined in makeint.h.
*/ */
int int
w32_kill(pid_t pid, int sig) w32_kill(pid_t pid, int sig)

2
load.c
View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#if MAKE_LOAD #if MAKE_LOAD

2
main.c
View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "dep.h" #include "dep.h"
#include "filedef.h" #include "filedef.h"
#include "variable.h" #include "variable.h"

View file

@ -203,11 +203,11 @@ changelog-check:
fi fi
# Verify that all source files using _() are listed in po/POTFILES.in. # Verify that all source files using _() are listed in po/POTFILES.in.
# Ignore make.h; it defines _(). # Ignore makeint.h; it defines _().
po-check: po-check:
if test -f po/POTFILES.in; then \ if test -f po/POTFILES.in; then \
grep '^[^#]' po/POTFILES.in | sort > $@-1; \ grep '^[^#]' po/POTFILES.in | sort > $@-1; \
$(PERL) -wn -e 'if (/\b_\(/) { $$ARGV eq "make.h" || print "$$ARGV\n" and close ARGV }' *.c *.h | sort > $@-2; \ $(PERL) -wn -e 'if (/\b_\(/) { $$ARGV eq "makeint.h" || print "$$ARGV\n" and close ARGV }' *.c *.h | sort > $@-2; \
diff -u $@-1 $@-2 || exit 1; \ diff -u $@-1 $@-2 || exit 1; \
rm -f $@-1 $@-2; \ rm -f $@-1 $@-2; \
fi fi

View file

@ -278,7 +278,7 @@
RelativePath=".\job.h"> RelativePath=".\job.h">
</File> </File>
<File <File
RelativePath=".\make.h"> RelativePath=".\makeint.h">
</File> </File>
<File <File
RelativePath=".\rule.h"> RelativePath=".\rule.h">

View file

@ -16,7 +16,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
/* We use <config.h> instead of "config.h" so that a compilation /* We use <config.h> instead of "config.h" so that a compilation
using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
(which it would do because make.h was found in $srcdir). */ (which it would do because makeint.h was found in $srcdir). */
#include <config.h> #include <config.h>
#undef HAVE_CONFIG_H #undef HAVE_CONFIG_H
#define HAVE_CONFIG_H 1 #define HAVE_CONFIG_H 1

2
misc.c
View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "dep.h" #include "dep.h"
#include "debug.h" #include "debug.h"

2
read.c
View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include <assert.h> #include <assert.h>

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "filedef.h" #include "filedef.h"
#include "job.h" #include "job.h"
#include "commands.h" #include "commands.h"

View file

@ -18,7 +18,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "job.h" #include "job.h"
#include "filedef.h" #include "filedef.h"
#include "commands.h" #include "commands.h"

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "filedef.h" #include "filedef.h"
#include "job.h" #include "job.h"
#include "commands.h" #include "commands.h"

2
rule.c
View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include <assert.h> #include <assert.h>

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
/* If the system provides strsignal, we don't need it. */ /* If the system provides strsignal, we don't need it. */

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include <stddef.h> #include <stddef.h>
#include <assert.h> #include <assert.h>

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include <assert.h> #include <assert.h>

View file

@ -16,7 +16,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
/* We use <config.h> instead of "config.h" so that a compilation /* We use <config.h> instead of "config.h" so that a compilation
using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
(which it would do because make.h was found in $srcdir). */ (which it would do because makeint.h was found in $srcdir). */
#include <config.h> #include <config.h>
#ifndef MAKE_HOST #ifndef MAKE_HOST

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "debug.h" #include "debug.h"
#include "job.h" #include "job.h"

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include "filedef.h" #include "filedef.h"
#include "variable.h" #include "variable.h"
#ifdef WINDOWS32 #ifdef WINDOWS32
@ -146,7 +146,7 @@ build_vpath_lists ()
If DIRPATH is nil, remove all previous listings with the same If DIRPATH is nil, remove all previous listings with the same
pattern. If PATTERN is nil, remove all VPATH listings. Existing pattern. If PATTERN is nil, remove all VPATH listings. Existing
and readable directories that are not "." given in the DIRPATH and readable directories that are not "." given in the DIRPATH
separated by the path element separator (defined in make.h) are separated by the path element separator (defined in makeint.h) are
loaded into the directory hash table if they are not there already loaded into the directory hash table if they are not there already
and put in the VPATH searchpath for the given pattern with trailing and put in the VPATH searchpath for the given pattern with trailing
slashes stripped off if present (and if the directory is not the slashes stripped off if present (and if the directory is not the

View file

@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h" #include "makeint.h"
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include "pathstuff.h" #include "pathstuff.h"

View file

@ -16,7 +16,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#include <stdlib.h> #include <stdlib.h>
#include <windows.h> #include <windows.h>
#include "make.h" #include "makeint.h"
#include "w32err.h" #include "w32err.h"
/* /*