diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-14 01:33:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-14 01:33:59 +0000 |
commit | 78ae23f54fc4e301b66d2a32897cb42fa2633fe7 (patch) | |
tree | b9bd015bb6285c390cd910dbc545ec51d10dda05 /embed.pl | |
parent | f42afb37e0361ff1bd23d58d09717867356f062c (diff) | |
download | perl-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-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |