#line 1 "regexec.c"
#include "EXTERN.h"
#include "perl.h"
#include "regcomp.h"
#ifndef STATIC
#define	STATIC	static
#endif
#ifdef DEBUGGING
#endif
#define regcpblow(cp) leave_scope(cp)
#ifdef DEBUGGING
#endif
#ifdef DEBUGGING
#endif
#ifdef DEBUGGING
#define sayYES goto yes
#define sayNO goto no
#define saySAME(x) if (x) goto yes; else goto no
#else
#define sayYES return 1
#define sayNO return 0
#define saySAME(x) return x
#endif
#ifdef REGALIGN
#else
#endif
#ifdef DEBUGGING
#endif
#ifdef REGALIGN
#else
#endif
#ifdef DEBUGGING
#endif
#ifdef DEBUGGING
#endif
#ifdef REGALIGN
#else
#endif
