aboutsummaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-08-14 00:15:02 +0200
committerache <ache@ache.one>2017-08-14 00:15:02 +0200
commitba0333fb910bce10841d4c67d6cf3ce028558df8 (patch)
tree4a7117698d4982965d2f0d89e9a24dc979c0115e /regex.c
parentControl with arrows (diff)
Usefull comments
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regex.c b/regex.c
index a96fe5e..726b3a1 100644
--- a/regex.c
+++ b/regex.c
@@ -1,5 +1,7 @@
#include "regex.h"
+/* Manage regex */
+
#define MAX_ERROR_MSG 0x1000