In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/95b872d541b5f415a6bb126732879783aad29f82?hp=a249261b59a0da79f9a9268aaddc08934632d0a2>

- Log -----------------------------------------------------------------
commit 95b872d541b5f415a6bb126732879783aad29f82
Author: Lukas Mai <l....@web.de>
Date:   Sat Oct 14 14:24:02 2017 +0200

    fix comment on GCC_DIAG_IGNORE/GCC_DIAG_RESTORE
-----------------------------------------------------------------------

Summary of changes:
 perl.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/perl.h b/perl.h
index f2131232d2..315dffb3ff 100644
--- a/perl.h
+++ b/perl.h
@@ -403,12 +403,12 @@
  * clang only pretends to be GCC 4.2, but still supports push/pop.
  *
  * Note on usage: on non-gcc (or lookalike, like clang) compilers
- * one cannot use these at file (global) level without warnings
- * since they are defined as empty, which leads into the terminating
+ * one cannot use these with a semicolon at file (global) level without
+ * warnings since they are defined as empty, which leads into the terminating
  * semicolon being left alone on a line:
  * ;
  * which makes compilers mildly cranky.  Therefore at file level one
- * should use the GCC_DIAG_IGNORE and GCC_DIAG_RESTORE_FILE *without*
+ * should use the GCC_DIAG_IGNORE and GCC_DIAG_RESTORE macros *without*
  * the semicolons.
  *
  * (A dead-on-arrival solution would be to try to define the macros as

--
Perl5 Master Repository

Reply via email to