--- togl.c.org Tue Oct 20 03:28:25 1998 +++ togl.c Wed Nov 8 13:23:38 2000 @@ -127,11 +127,12 @@ #elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==0 && TK_RELEASE_SERIAL==2 # include "tkInt8.0p2.h" #else - Sorry, you will have to edit togl.c to include the right tkInt.h file +# include +// Sorry, you will have to edit togl.c to include the right tkInt.h file #endif #elif defined(WIN32) #if TK_MAJOR_VERSION<8 - Sorry Windows version requires Tcl/Tk ver 8.0 or higher. +// Sorry Windows version requires Tcl/Tk ver 8.0 or higher. #endif #include "tkInt.h" #include "tkWinInt.h"