p4raw-id: //depot/perl@26636
#define Ctl(ch) ((ch) & 037)
-/* concatenating with "" ensures that only literal strings are accepted as agument */
+/* concatenating with "" ensures that only literal strings are accepted as argument */
#define STR_WITH_LEN(s) (s ""), (sizeof(s)-1)
/*