1#if 0 /* WHOLE FILE */
2/* access to regexp internals */
3#define regbol		exp_regbol
4#define regtry		exp_regtry
5#define regexec		exp_regexec
6#define regerror	TclRegError
7extern char *regbol;
8int regtry();
9
10#endif /*0 WHOLE FILE */
11