diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-17 12:39:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-17 12:39:57 (GMT) |
commit | 2e7b097afc15bc6b6fad5e18b7bd69d961e9b349 (patch) | |
tree | d34bf8f7c7375a04c84f0b609c70974f88d67865 /unix | |
parent | 7351a944cfea2faa238bf630aa446bed104c01f2 (diff) | |
download | tk-2e7b097afc15bc6b6fad5e18b7bd69d961e9b349.zip tk-2e7b097afc15bc6b6fad5e18b7bd69d961e9b349.tar.gz tk-2e7b097afc15bc6b6fad5e18b7bd69d961e9b349.tar.bz2 |
tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_DEPRECATED is defined.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index a4bc2d4..8e6433a 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1465,7 +1465,7 @@ $(TTK_DIR)/ttkStubInit.c: $(TTK_DIR)/ttk.decls genstubs: $(TCL_EXE) $(TOOL_DIR)/genStubs.tcl $(GENERIC_DIR) \ $(GENERIC_DIR)/tk.decls $(GENERIC_DIR)/tkInt.decls - $(TCL_EXE) $(TTK_DIR)/ttkGenStubs.tcl $(TTK_DIR) $(TTK_DIR)/ttk.decls + $(TCL_EXE) $(TOOL_DIR)/genStubs.tcl $(TTK_DIR) $(TTK_DIR)/ttk.decls # # Target to check that all exported functions have an entry in the stubs |