/[dtapublic]/projs/trunk/shared_source/tcl_base/tclmain.h
ViewVC logotype

Contents of /projs/trunk/shared_source/tcl_base/tclmain.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42 - (show annotations) (download)
Fri Oct 14 01:50:00 2016 UTC (7 years, 5 months ago) by dashley
File MIME type: text/plain
File size: 795 byte(s)
Move shared source code to commonize.
1 /* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/tclmain.h,v 1.1.1.1 2001/06/13 04:42:57 dtashley Exp $ */
2
3 /* IJS_SM_FILE_PUBLIC */
4
5 #ifndef TCLMAIN_H_INCLUDED
6 #define TCLMAIN_H_INCLUDED
7
8 #ifdef MODULE_TCLMAIN
9 #define DECMOD_TCLMAIN
10 #else
11 #define DECMOD_TCLMAIN extern
12 #endif
13
14 DECMOD_TCLMAIN const char *TclMainCversion(void);
15 DECMOD_TCLMAIN const char *TclMainHversion(void);
16
17 #define TCLMAIN_H_VERSION ("$Revision: 1.1.1.1 $ $Modtime: 1/02/01 1:25a $ $Author: dtashley $")
18
19 #endif
20
21
22 /* $History: tclmain.h $
23 *
24 * ***************** Version 1 *****************
25 * User: Dtashley Date: 1/02/01 Time: 1:32a
26 * Created in $/IjuScripter, IjuConsole/Source/Tcl Base
27 * Initial check-in.
28 */
29
30 /* End of TCL_MAIN.H */

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25