comparison src/regex.h @ 9584:88992afb2a16

(RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore.
author Karl Heuer <kwzh@gnu.org>
date Tue, 18 Oct 1994 03:47:42 +0000
parents 075d14ca4436
children 96a592ccb751
comparison
equal deleted inserted replaced
9583:99d523cdb0ea 9584:88992afb2a16
342 342
343 /* [[[end pattern_buffer]]] */ 343 /* [[[end 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;
355 350
356 351