summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-07-14 01:33:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-14 01:33:59 +0000
commit78ae23f54fc4e301b66d2a32897cb42fa2633fe7 (patch)
treeb9bd015bb6285c390cd910dbc545ec51d10dda05 /embed.pl
parentf42afb37e0361ff1bd23d58d09717867356f062c (diff)
downloadperl-78ae23f54fc4e301b66d2a32897cb42fa2633fe7.tar.gz
Fix the BOM bug: not a byteorder bug, a signedness bug.
p4raw-id: //depot/cfgperl@6394
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 3d4f3bb76b..ccb294de6a 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2475,7 +2475,7 @@ s |char* |scan_trans |char *start
s |char* |scan_word |char *s|char *dest|STRLEN destlen \
|int allow_package|STRLEN *slp
s |char* |skipspace |char *s
-s |char* |swallow_bom |char *s
+s |char* |swallow_bom |U8 *s
s |void |checkcomma |char *s|char *name|char *what
s |void |force_ident |char *s|int kind
s |void |incline |char *s