X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regnodes.h;h=6f6e0b262a3b56668e11614f37ad31c6f2d41ce3;hb=83f957ec18f48986bbac4f0b35e66bbc0e02ccdf;hp=2f21dd9971c6da76455f44dbaafb91c5439520d0;hpb=13d6edb45df716e9bd8a40bf4d0dcc0834c8e1d8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regnodes.h b/regnodes.h index 2f21dd9..6f6e0b2 100644 --- a/regnodes.h +++ b/regnodes.h @@ -456,10 +456,9 @@ static const char reg_off_by_arg[] = { /* reg_name[] - Opcode/state names in string form, for debugging */ -#ifdef DEBUGGING -# ifndef DOINIT +#ifndef DOINIT EXTCONST char * PL_reg_name[]; -# else +#else EXTCONST char * PL_reg_name[] = { "END", /* 0000 */ "SUCCEED", /* 0x01 */ @@ -588,7 +587,6 @@ EXTCONST char * PL_reg_name[] = { "KEEPS_next", /* REGNODE_MAX +0x27 */ "KEEPS_next_fail", /* REGNODE_MAX +0x28 */ }; -# endif /* DOINIT */ -#endif /* DEBUGGING */ +#endif /* DOINIT */ /* ex: set ro: */