src/regex_parser.h

changeset 76
d11c154e33e1
parent 75
ba4bc497c6a7
equal deleted inserted replaced
75:ba4bc497c6a7 76:d11c154e33e1
25 */ 25 */
26 26
27 #ifndef REGEX_PARSER_H_ 27 #ifndef REGEX_PARSER_H_
28 #define REGEX_PARSER_H_ 28 #define REGEX_PARSER_H_
29 29
30 #define MAX_LINELENGTH 4096u 30 #define MAX_LINELENGTH 4095u
31 31
32 #include <sys/types.h> 32 #include <sys/types.h>
33 #include <stdbool.h> 33 #include <stdbool.h>
34 #include "string_list.h" 34 #include "string_list.h"
35 35

mercurial