diff options
| author | Karl Heuer | 1994-10-18 03:47:42 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-10-18 03:47:42 +0000 |
| commit | 81b5c4dd1120d915facaaeba6970da7f95724540 (patch) | |
| tree | 8cfcfc5f05bd91078849a5f31407954631d3c068 /src | |
| parent | 3ab141767aff434763d7ea0b0d69d231fb6321ec (diff) | |
| download | emacs-81b5c4dd1120d915facaaeba6970da7f95724540.tar.gz emacs-81b5c4dd1120d915facaaeba6970da7f95724540.zip | |
(RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/regex.h b/src/regex.h index a495005ce93..40f684cb8e5 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -344,11 +344,6 @@ struct re_pattern_buffer | |||
| 344 | }; | 344 | }; |
| 345 | 345 | ||
| 346 | typedef struct re_pattern_buffer regex_t; | 346 | typedef struct re_pattern_buffer regex_t; |
| 347 | |||
| 348 | |||
| 349 | /* search.c (search_buffer) in Emacs needs this one opcode value. It is | ||
| 350 | defined both in `regex.c' and here. */ | ||
| 351 | #define RE_EXACTN_VALUE 1 | ||
| 352 | 347 | ||
| 353 | /* Type for byte offsets within the string. POSIX mandates this. */ | 348 | /* Type for byte offsets within the string. POSIX mandates this. */ |
| 354 | typedef int regoff_t; | 349 | typedef int regoff_t; |