diff options
| author | Tyge Løvset <[email protected]> | 2023-02-05 11:20:08 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-02-05 11:20:08 +0100 |
| commit | ff5a1bf4a623cf528e8b601959da993917e79c04 (patch) | |
| tree | 9b071b64d0abe7f0c752c14f6582f6584c62a3a0 /src/cregex.c | |
| parent | adc47cefc2976768c3f0b773bd26bfd1062e8a53 (diff) | |
| download | STC-modified-ff5a1bf4a623cf528e8b601959da993917e79c04.tar.gz STC-modified-ff5a1bf4a623cf528e8b601959da993917e79c04.zip | |
- Updated cspan.h to allow for compiling some functions as shared symbols.
- Fixed issue #45 warning -Wunused-parameter in clist.h
- Fixed some issues with the singleheader.py generator.
Diffstat (limited to 'src/cregex.c')
| -rw-r--r-- | src/cregex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cregex.c b/src/cregex.c index c17e1967..def759ee 100644 --- a/src/cregex.c +++ b/src/cregex.c @@ -28,7 +28,6 @@ THE SOFTWARE. #include <stc/cstr.h> #include <stc/cregex.h> // header only #include <setjmp.h> -#include <ctype.h> typedef uint32_t _Rune; /* Utf8 code point */ typedef int32_t _Token; |
