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

Diff of /projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclmain.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 44 by dashley, Fri Oct 14 02:09:58 2016 UTC revision 71 by dashley, Sat Nov 5 11:07:06 2016 UTC
# Line 1  Line 1 
1  /* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/tclmain.h,v 1.1.1.1 2001/06/13 04:42:57 dtashley Exp $ */  /* $Header$ */
2    
3  /* IJS_SM_FILE_PUBLIC */  #ifndef TCLMAIN_H_INCLUDED
4       #define TCLMAIN_H_INCLUDED
5  #ifndef TCLMAIN_H_INCLUDED  
6     #define TCLMAIN_H_INCLUDED     #ifdef MODULE_TCLMAIN
7          #define DECMOD_TCLMAIN
8     #ifdef MODULE_TCLMAIN     #else
9        #define DECMOD_TCLMAIN        #define DECMOD_TCLMAIN extern
10     #else     #endif
11        #define DECMOD_TCLMAIN extern  
12     #endif     DECMOD_TCLMAIN const char *TclMainCversion(void);
13       DECMOD_TCLMAIN const char *TclMainHversion(void);
14     DECMOD_TCLMAIN const char *TclMainCversion(void);  
15     DECMOD_TCLMAIN const char *TclMainHversion(void);     #define TCLMAIN_H_VERSION ("$Header$")
16    #endif
17     #define TCLMAIN_H_VERSION ("$Revision: 1.1.1.1 $ $Modtime: 1/02/01 1:25a $ $Author: dtashley $")  
18    /* End of tcl_main.h */
 #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 */  

Legend:
Removed from v.44  
changed lines
  Added in v.71

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25