From 45beb56691328b0051e24de269914a55cae504e2 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Sat, 10 Apr 1999 06:47:20 +0000 Subject: [PATCH] export yet another header file (jsstddef.h is included by jsemit.h which is needed for external interactive shells) --- js/src/Makefile.in | 3 ++- js/src/makefile.win | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/js/src/Makefile.in b/js/src/Makefile.in index 660549200bcb..d0dfa29d2f62 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -96,7 +96,7 @@ EXPORTS = js.msg \ jsemit.h \ jsfun.h \ jsgc.h \ - jshash.h \ + jshash.h \ jsinterp.h \ jslock.h \ jslong.h \ @@ -119,6 +119,7 @@ EXPORTS = js.msg \ jstypes.h \ jsutil.h \ jsxdrapi.h \ + jsstddef.h \ $(NULL) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) diff --git a/js/src/makefile.win b/js/src/makefile.win index 559d378cdab6..c017399bad2a 100644 --- a/js/src/makefile.win +++ b/js/src/makefile.win @@ -140,7 +140,7 @@ INSTALL_FILE_LIST= \ jsosdep.h \ jsotypes.h \ jsparse.h \ - jsprf.h \ + jsprf.h \ jsprvtd.h \ jspubtd.h \ jsregexp.h \ @@ -149,8 +149,9 @@ INSTALL_FILE_LIST= \ jsscript.h \ jsstr.h \ jstypes.h \ - jsutil.h \ + jsutil.h \ jsxdrapi.h \ + jsstddef.h \ $(NULL) #//------------------------------------------------------------------------