commit | ac0416ad969df6014c61a0a7b7b8fb614951454c | [log] [tgz] |
---|---|---|
author | Hans Leidekker <hans@it.vu.nl> | Fri May 16 20:12:41 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri May 16 20:12:41 2003 +0000 |
tree | 5dfe0944943fb6c12109481a1324bc62cdd3cbfc | |
parent | 908ef2b2907d5a17516961b58ab108025c7fecc8 [diff] |
Force perl to use byte semantics.
diff --git a/tools/c2man.pl b/tools/c2man.pl index 22e1ee2..3c78b9b 100755 --- a/tools/c2man.pl +++ b/tools/c2man.pl
@@ -27,6 +27,7 @@ # Should we have a special output mode for WineHQ? use strict; +use bytes; # Options my $opt_output_directory = "man3w"; # All default options are for nroff (man pages)