From ac0416ad969df6014c61a0a7b7b8fb614951454c Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Fri, 16 May 2003 20:12:41 +0000 Subject: [PATCH] Force perl to use byte semantics. --- tools/c2man.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/c2man.pl b/tools/c2man.pl index 22e1ee24d5c..3c78b9b5814 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)