diff options
author | hpa <hpa> | 2003-04-10 06:25:59 +0000 |
---|---|---|
committer | hpa <hpa> | 2003-04-10 06:25:59 +0000 |
commit | ab40c49bff59eaea97880151ba736c67f2eb4f86 (patch) | |
tree | fd30179b5298e790420cc5a3ee89d867945b09ae /lss16toppm | |
parent | db6243d5628dc44a7dcd316ffb5a55a26637ec1b (diff) | |
download | syslinux-ab40c49bff59eaea97880151ba736c67f2eb4f86.tar.gz |
Add "use bytes" pragmas
Diffstat (limited to 'lss16toppm')
-rwxr-xr-x | lss16toppm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ ## The -map causes the color map to be output on stderr. ## +eval { use bytes; }; + $map = 0; foreach $arg ( @ARGV ) { if ( $arg eq '-map' ) { |