--- projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclmain.h 2016/10/14 02:09:58 44 +++ projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclmain.h 2016/11/05 11:07:06 71 @@ -1,30 +1,18 @@ -/* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/tclmain.h,v 1.1.1.1 2001/06/13 04:42:57 dtashley Exp $ */ - -/* IJS_SM_FILE_PUBLIC */ - -#ifndef TCLMAIN_H_INCLUDED - #define TCLMAIN_H_INCLUDED - - #ifdef MODULE_TCLMAIN - #define DECMOD_TCLMAIN - #else - #define DECMOD_TCLMAIN extern - #endif - - DECMOD_TCLMAIN const char *TclMainCversion(void); - DECMOD_TCLMAIN const char *TclMainHversion(void); - - #define TCLMAIN_H_VERSION ("$Revision: 1.1.1.1 $ $Modtime: 1/02/01 1:25a $ $Author: dtashley $") - -#endif - - -/* $History: tclmain.h $ - * - * ***************** Version 1 ***************** - * User: Dtashley Date: 1/02/01 Time: 1:32a - * Created in $/IjuScripter, IjuConsole/Source/Tcl Base - * Initial check-in. - */ - -/* End of TCL_MAIN.H */ +/* $Header$ */ + +#ifndef TCLMAIN_H_INCLUDED + #define TCLMAIN_H_INCLUDED + + #ifdef MODULE_TCLMAIN + #define DECMOD_TCLMAIN + #else + #define DECMOD_TCLMAIN extern + #endif + + DECMOD_TCLMAIN const char *TclMainCversion(void); + DECMOD_TCLMAIN const char *TclMainHversion(void); + + #define TCLMAIN_H_VERSION ("$Header$") +#endif + +/* End of tcl_main.h */