summaryrefslogtreecommitdiffstats
path: root/regex.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-30 02:40:54 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-30 02:40:54 -0400
commitb9caf255a5beb1b5fb339ffd03e9e5c77bb8be40 (patch)
treed39fcfe8b6da3d8cb29b32dde9a076e6a20cafa2 /regex.h
parente01d3e493a1b405e74e61c570692dd1c47d3ae46 (diff)
downloadtxr-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/regex.h b/regex.h
index 2f8378c2..57d8fb6b 100644
--- a/regex.h
+++ b/regex.h
@@ -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);