summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-10-23 12:09:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-10-23 12:09:59 +0000
commit838b5b74d21682a958710e82c2a1119c38aed2af (patch)
tree8a7a02387fa11dd779acbf60e365b8e432c47a89
parent5f80c64feb762b2c4c4be668edefdbefa9fa5e53 (diff)
downloadperl-838b5b74d21682a958710e82c2a1119c38aed2af.tar.gz
Some C compilers get upset about 8-bit characters in /* comments. */
p4raw-id: //depot/cfgperl@2035
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 42e3a599af..f3fc7d7415 100644
--- a/mg.c
+++ b/mg.c
@@ -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) {