diff options
| author | Tyge Løvset <[email protected]> | 2023-05-23 22:44:33 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-05-23 22:44:33 +0200 |
| commit | b1bbd0564a0d8d43172a654b51ff28bb62e0979a (patch) | |
| tree | dc6da16a716f65c4d226b9600fd270f5173d735d /include/stc/cregex.h | |
| parent | f80a78239f545d7d73c8358056dd5d5825ccfe0b (diff) | |
| download | STC-modified-b1bbd0564a0d8d43172a654b51ff28bb62e0979a.tar.gz STC-modified-b1bbd0564a0d8d43172a654b51ff28bb62e0979a.zip | |
Some house holding cleanup.
Diffstat (limited to 'include/stc/cregex.h')
| -rw-r--r-- | include/stc/cregex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stc/cregex.h b/include/stc/cregex.h index bf239ff6..919f5474 100644 --- a/include/stc/cregex.h +++ b/include/stc/cregex.h @@ -53,7 +53,6 @@ enum { typedef enum { CREG_OK = 0, - CREG_SUCCESS = 0, /* [deprecated] */ CREG_NOMATCH = -1, CREG_MATCHERROR = -2, CREG_OUTOFMEMORY = -3, |
