X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pad.h;h=986f7c29e56cc5364dae08a15bf87364ecad8f29;hb=412147f664b7f5805591ad996d7e5a9e70b3d80f;hp=7d05edc44350235ade9afd91f96192d2da2a4ff1;hpb=73b81b142731b84cfdd5037cbef3bf9cf5ff3094;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pad.h b/pad.h index 7d05edc..986f7c2 100644 --- a/pad.h +++ b/pad.h @@ -116,9 +116,9 @@ typedef enum { /* flags for pad_add_name. SVf_UTF8 will also be valid in the future. */ -# define pad_add_OUR 0x01 /* our declaration. */ -# define pad_add_STATE 0x02 /* state declaration. */ -# define pad_add_NO_DUP_CHECK 0x04 /* skip warning on dups. */ +# define padadd_OUR 0x01 /* our declaration. */ +# define padadd_STATE 0x02 /* state declaration. */ +# define padadd_NO_DUP_CHECK 0x04 /* skip warning on dups. */ #endif