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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 71 - (show annotations) (download)
Sat Nov 5 11:07:06 2016 UTC (7 years, 4 months ago) by dashley
File MIME type: text/plain
File size: 365 byte(s)
Set EOL properties appropriately to facilitate simultaneous Linux and Windows development.
1 /* $Header$ */
2
3 #ifndef TCLMAIN_H_INCLUDED
4 #define TCLMAIN_H_INCLUDED
5
6 #ifdef MODULE_TCLMAIN
7 #define DECMOD_TCLMAIN
8 #else
9 #define DECMOD_TCLMAIN extern
10 #endif
11
12 DECMOD_TCLMAIN const char *TclMainCversion(void);
13 DECMOD_TCLMAIN const char *TclMainHversion(void);
14
15 #define TCLMAIN_H_VERSION ("$Header$")
16 #endif
17
18 /* End of tcl_main.h */

Properties

Name Value
svn:eol-style native
svn:keywords Header

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25