This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Properly NOOP macros in thread.h
[perl5.git] / h2pl / tcbreak2
index fcbf926..d9fd735 100644 (file)
@@ -12,6 +12,6 @@ $c = getc;
 
 print "$c\n";
 
-printf "you gave me `%s', which is 0x%02x\n", $c, ord($c);
+printf "you gave me '%s', which is 0x%02x\n", $c, ord($c);
 
 &cooked;