X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Parameters.xs;fp=Parameters.xs;h=ebbc5e94ad84fae9381e927fc7b2ac99d01f4b8f;hb=e4e0176fd0cdc71b661311dfaa02625569c2a4d5;hp=3ca4d406a8b9d2dc5c2c1ab15e15e824004884f1;hpb=d72d56ce74efe8558da8154d85aea834ff87dfc6;p=p5sagit%2FFunction-Parameters.git diff --git a/Parameters.xs b/Parameters.xs index 3ca4d40..ebbc5e9 100644 --- a/Parameters.xs +++ b/Parameters.xs @@ -88,8 +88,6 @@ WARNINGS_ENABLE #define DEFSTRUCT(T) typedef struct T T; struct T -#define UV_BITS (sizeof (UV) * CHAR_BIT) - enum { FLAG_NAME_OK = 0x01, FLAG_ANON_OK = 0x02,