summaryrefslogtreecommitdiff
path: root/zwgc/regexp.h
blob: ccbb8772c1ddb0b6736bf382d23a23346f91c3a0 (plain)
1
2
3
4
5
6
7
8
#ifndef regexp_MODULE
#define regexp_MODULE

#include "new_string.h"

extern int ed_regexp_match_p();

#endif