diff options
Diffstat (limited to 'match.h')
-rw-r--r-- | match.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,4 +27,4 @@ void match_init(void); val match_funcall(val name, val arg, val other_args); int extract(val spec, val filenames, val bindings); -extern val choose_s, gather_s; +extern val text_s, choose_s, gather_s; |