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 | d5961a83e0f657f47801a5b0fc2834e73ca0ec8c (patch) | |
| tree | 84d0a746be1a9189703b8571f3135f6bfd154a73 /unix | |
| parent | 78f85049ff4f74b37e7499ea5bd1dda9172fa78d (diff) | |
| parent | 9c6b83d5b16acc5d0cd9db3cd3198efcc5d4e8e1 (diff) | |
| download | tcl-d5961a83e0f657f47801a5b0fc2834e73ca0ec8c.zip tcl-d5961a83e0f657f47801a5b0fc2834e73ca0ec8c.tar.gz tcl-d5961a83e0f657f47801a5b0fc2834e73ca0ec8c.tar.bz2 | |
merge main working branch; made opcode work by getting callback ordering right
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 |
