diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2014-01-02 09:15:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2014-01-02 09:15:18 (GMT) |
commit | 1dbca95b72ebb7a627cbd13ebfa12bfa5c1bd9d7 (patch) | |
tree | 84d0a746be1a9189703b8571f3135f6bfd154a73 /unix | |
parent | c8d8b26240e5bc3fb8d68a7cd5284beeefd446cf (diff) | |
parent | f918716ff4945cac9a2903bde7f3a337fee78c90 (diff) | |
download | tcl-dkf_bytecode_8_6_next.zip tcl-dkf_bytecode_8_6_next.tar.gz tcl-dkf_bytecode_8_6_next.tar.bz2 |
merge main working branch; made opcode work by getting callback ordering rightdkf_bytecode_8_6_next
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 71851e6..69dd14f 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1196,6 +1196,7 @@ tclLoadDld.o: $(UNIX_DIR)/tclLoadDld.c $(CC) -c $(CC_SWITCHES) $(UNIX_DIR)/tclLoadDld.c tclLoadDyld.o: $(UNIX_DIR)/tclLoadDyld.c + @echo Warnings are expected from compiling tclLoadDyld.c: deprecated API use $(CC) -c $(CC_SWITCHES) $(UNIX_DIR)/tclLoadDyld.c tclLoadNone.o: $(GENERIC_DIR)/tclLoadNone.c |