Parent Directory | Revision Log
Adjust line endings to Windows style. Set properties to expand the "Header" keyword. Change header and footer.
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 */ |
Name | Value |
---|---|
svn:keywords | Header |
dashley@gmail.com | ViewVC Help |
Powered by ViewVC 1.1.25 |