mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 02:38:37 -06:00
FIX: better support for the Tcl/Tk 8.4 pre-release
This commit is contained in:
@@ -232,8 +232,8 @@ bool cmVTKWrapTclCommand::WriteInit(const char *kitName,
|
||||
fprintf(fout,
|
||||
"extern \"C\"\n"
|
||||
"{\n"
|
||||
"#if (TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION >= 4)\n"
|
||||
" typedef int (*vtkTclCommandType)(ClientData, Tcl_Interp *,int, CONST char *[]);\n"
|
||||
"#if (TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION >= 4) && (TCL_RELEASE_LEVEL >= TCL_FINAL_RELEASE)\n"
|
||||
" typedef int (*vtkTclCommandType)(ClientData, Tcl_Interp *,int, CONST84 char *[]);\n"
|
||||
"#else\n"
|
||||
" typedef int (*vtkTclCommandType)(ClientData, Tcl_Interp *,int, char *[]);\n"
|
||||
"#endif\n"
|
||||
|
||||
Reference in New Issue
Block a user