From 59cfed7d3d8869650cb695575c07168f937381f0 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 15 Nov 2009 10:15:43 +0000 Subject: Make the style of pad_add_name's flags consistent with pad_new's and pad_tidy's. --- pad.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pad.h') diff --git a/pad.h b/pad.h index 7d05edc443..986f7c29e5 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 -- cgit v1.2.1