summaryrefslogtreecommitdiff
path: root/exp_regexp.h
blob: 55116ddea6b9c2b6254ad5ad9428bed17853f4b1 (plain)
1
2
3
4
5
6
7
8
9
10
#if 0 /* WHOLE FILE */
/* access to regexp internals */
#define regbol		exp_regbol
#define regtry		exp_regtry
#define regexec		exp_regexec
#define regerror	TclRegError
extern char *regbol;
int regtry();

#endif /*0 WHOLE FILE */