We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b4b03 commit 2703178Copy full SHA for 2703178
handy.h
@@ -626,7 +626,7 @@ patched there. The file as of this writing is cpan/Devel-PPPort/parts/inc/misc
626
# define _CC_WORDCHAR_L1 (1<<28)
627
# define _CC_XDIGIT_A (1<<29)
628
# define _CC_NONLATIN1_FOLD (1<<30)
629
-# define _CC_QUOTEMETA (1<<31)
+# define _CC_QUOTEMETA (1U<<31) /* 1U keeps Solaris from griping */
630
/* Unused: None
631
* If more are needed, can give up some of the above. The first ones to go
632
* would be those that require just two tests to verify, either there are two
0 commit comments