comparison th_regex.h @ 652:38a9302962f7

Always compile the regex code, but do not run tests on it unless enabled.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Jan 2020 13:18:38 +0200
parents 18fe45e61b2b
children ae601363fdad
comparison
equal deleted inserted replaced
651:18fe45e61b2b 652:38a9302962f7
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2020 Tecnic Software productions (TNSP) 4 * (C) Copyright 2020 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 #ifdef TH_EXPERIMENTAL_REGEX
9
10 #ifndef TH_REGEX_H 8 #ifndef TH_REGEX_H
11 #define TH_REGEX_H 9 #define TH_REGEX_H
12 10
13 #include "th_types.h" 11 #include "th_types.h"
14 #include "th_datastruct.h" 12 #include "th_datastruct.h"
71 69
72 #ifdef __cplusplus 70 #ifdef __cplusplus
73 } 71 }
74 #endif 72 #endif
75 #endif // TH_REGEX_H 73 #endif // TH_REGEX_H
76
77 #endif // TH_EXPERIMENTAL_REGEX