summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.tru642
-rw-r--r--sv.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.tru64 b/README.tru64
index 109cf5d4b7..81ef9feb98 100644
--- a/README.tru64
+++ b/README.tru64
@@ -37,7 +37,7 @@ necessary, and also gives advice on how to raise the process limits.
Also, Configure might abort with
Build a threading Perl? [n]
- Configure[2437]: Syntax error at line 1 : `config.sh' is not expected.
+ Configure[2437]: Syntax error at line 1 : 'config.sh' is not expected.
This indicates that Configure is being run with a broken Korn shell
(even though you think you are using a Bourne shell by using
diff --git a/sv.h b/sv.h
index 8edb42bbc8..360a2496a5 100644
--- a/sv.h
+++ b/sv.h
@@ -1810,7 +1810,7 @@ Like sv_utf8_upgrade, but doesn't do magic on C<sv>
#else
# define SvRELEASE_IVX(sv) 0
/* This little game brought to you by the need to shut this warning up:
-mg.c: In function `Perl_magic_get':
+mg.c: In function 'Perl_magic_get':
mg.c:1024: warning: left-hand operand of comma expression has no effect
*/
# define SvRELEASE_IVX_(sv) /**/