Index: generic/xotclStack85.c =================================================================== diff -u -rf51bd5a29fc392a741fdf61589e43c5cb5755c28 -rd7b2898d74c2ff2158ae2cc4ca3f7a6d87533d45 --- generic/xotclStack85.c (.../xotclStack85.c) (revision f51bd5a29fc392a741fdf61589e43c5cb5755c28) +++ generic/xotclStack85.c (.../xotclStack85.c) (revision d7b2898d74c2ff2158ae2cc4ca3f7a6d87533d45) @@ -1,5 +1,4 @@ -#if defined(TCL85STACK) static TclVarHashTable *VarHashTableCreate(); void tcl85showStack(Tcl_Interp *interp) { @@ -483,6 +482,5 @@ } } -#endif /* TCL85STACK */