diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-30 02:40:54 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-30 02:40:54 -0400 |
commit | b9caf255a5beb1b5fb339ffd03e9e5c77bb8be40 (patch) | |
tree | d39fcfe8b6da3d8cb29b32dde9a076e6a20cafa2 /regex.h | |
parent | e01d3e493a1b405e74e61c570692dd1c47d3ae46 (diff) | |
download | txr-b9caf255a5beb1b5fb339ffd03e9e5c77bb8be40.tar.gz txr-b9caf255a5beb1b5fb339ffd03e9e5c77bb8be40.tar.bz2 txr-b9caf255a5beb1b5fb339ffd03e9e5c77bb8be40.zip |
We don't include headers in headers in this project.
* parser.h: Do not include <stdio.h>
* regex.c: Include <limits.h>
* regex.h: Do not include <limits.h>
Diffstat (limited to 'regex.h')
-rw-r--r-- | regex.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -24,8 +24,6 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#include <limits.h> - val regex_compile(val regex_sexp); val regexp(val); val search_regex(val haystack, val needle_regex, val start_num, val from_end); |