diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-23 12:09:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-23 12:09:59 +0000 |
commit | 838b5b74d21682a958710e82c2a1119c38aed2af (patch) | |
tree | 8a7a02387fa11dd779acbf60e365b8e432c47a89 | |
parent | 5f80c64feb762b2c4c4be668edefdbefa9fa5e53 (diff) | |
download | perl-838b5b74d21682a958710e82c2a1119c38aed2af.tar.gz |
Some C compilers get upset about 8-bit characters in /* comments. */
p4raw-id: //depot/cfgperl@2035
-rw-r--r-- | mg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1613,7 +1613,7 @@ int magic_setcollxfrm(SV *sv, MAGIC *mg) { /* - * René Descartes said "I think not." + * RenE<eacute> Descartes said "I think not." * and vanished with a faint plop. */ if (mg->mg_ptr) { |