diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2003-12-18 07:42:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2003-12-18 07:42:08 +0000 |
| commit | f415f20926b5aaeab8db5b15f6f4a60cd4cd18b4 (patch) | |
| tree | 53c696f87d86470e9d1d3d7b7f753e2a475e97d6 /include/regex.h | |
| parent | 59553d37df44e67a58141dce18ac1791c48ed5a9 (diff) | |
Notes
Diffstat (limited to 'include/regex.h')
| -rw-r--r-- | include/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/regex.h b/include/regex.h index a362dc05a2d4e..5c13afea41590 100644 --- a/include/regex.h +++ b/include/regex.h @@ -75,7 +75,7 @@ typedef struct { #define REG_DUMP 0200 /* regerror() flags */ -#define REG_ENOSYS -1 /* Reserved */ +#define REG_ENOSYS -1 #define REG_NOMATCH 1 #define REG_BADPAT 2 #define REG_ECOLLATE 3 |
