···381381#define false 0
382382#define true 1
383383384384-static int re_match_2_internal ();
384384+static int re_match_2_internal (struct re_pattern_buffer *bufp,
385385+ const char *string1, int size1, const char *string2, int size2, int pos,
386386+ struct re_registers *regs, int stop);
385387386388/* These are the command codes that appear in compiled regular
387389 expressions. Some opcodes are followed by argument bytes. A