Parent Directory | Revision Log
Header and footer cleanup.
1 | dashley | 66 | /* $Header$ */ |
2 | dashley | 25 | |
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 | dashley | 64 | #define TCLMAIN_H_VERSION ("$Header$") |
16 | dashley | 25 | #endif |
17 | |||
18 | dashley | 64 | /* End of tcl_main.h */ |
Name | Value |
---|---|
svn:keywords | Header |
dashley@gmail.com | ViewVC Help |
Powered by ViewVC 1.1.25 |