diff options
author | msofer <msofer@noemail.net> | 2008-07-31 14:43:34 (GMT) |
---|---|---|
committer | msofer <msofer@noemail.net> | 2008-07-31 14:43:34 (GMT) |
commit | 62393f8c14a7120868cea1519c945c931a71a8ba (patch) | |
tree | 6c96fbd692f683a13fbe376d5e0fb3f7aec3a3b5 /unix | |
parent | 6272a047b241c0447a0c3c67b03a569dc49ffba9 (diff) | |
download | tcl-62393f8c14a7120868cea1519c945c931a71a8ba.zip tcl-62393f8c14a7120868cea1519c945c931a71a8ba.tar.gz tcl-62393f8c14a7120868cea1519c945c931a71a8ba.tar.bz2 |
Dumped tclNRE.h's contents into tclInt.h. The file is now empty and
unrefernced everywhere but in macosx/Tcl.xcodeproj/project.pbxproj: some
knowledgeable maintainer please remove tclNRE.h after making sure it
doesn't break the build on macosx
FossilOrigin-Name: 451dda69d6e65267f856ee1657e610ea408eb1c3
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index a9d2211..adb897f 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.241 2008/07/13 09:03:37 msofer Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.242 2008/07/31 14:43:49 msofer Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -957,7 +957,7 @@ COMPILEHDR=$(GENERIC_DIR)/tclCompile.h FSHDR=$(GENERIC_DIR)/tclFileSystem.h IOHDR=$(GENERIC_DIR)/tclIO.h MATHHDRS=$(GENERIC_DIR)/tommath.h $(GENERIC_DIR)/tclTomMath.h -NREHDR=$(GENERIC_DIR)/tclNRE.h +NREHDR=$(GENERIC_DIR)/tclInt.h regcomp.o: $(REGHDRS) $(GENERIC_DIR)/regcomp.c $(GENERIC_DIR)/regc_lex.c \ $(GENERIC_DIR)/regc_color.c $(GENERIC_DIR)/regc_locale.c \ |