[Pcre-svn] [306] code/trunk: Fix typos in dftables.c for z/O…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [306] code/trunk: Fix typos in dftables.c for z/OS.
Revision: 306
          http://www.exim.org/viewvc/pcre2?view=rev&revision=306
Author:   ph10
Date:     2015-07-08 09:30:23 +0100 (Wed, 08 Jul 2015)
Log Message:
-----------
Fix typos in dftables.c for z/OS.


Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/src/dftables.c


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2015-07-06 16:14:04 UTC (rev 305)
+++ code/trunk/ChangeLog    2015-07-08 08:30:23 UTC (rev 306)
@@ -12,7 +12,9 @@
 3. Removed a redundant copy of the opcode_possessify table in the 
 pcre2_auto_possessify.c source.


+4. Fix typos in dftables.c for z/OS.

+
Version 10.20 30-June-2015
--------------------------


Modified: code/trunk/src/dftables.c
===================================================================
--- code/trunk/src/dftables.c    2015-07-06 16:14:04 UTC (rev 305)
+++ code/trunk/src/dftables.c    2015-07-08 08:30:23 UTC (rev 306)
@@ -102,7 +102,7 @@
   "/* This file was automatically written by the dftables auxiliary\n"
   "program. It contains character tables that are used when no external\n"
   "tables are passed to PCRE2 by the application that calls it. The tables\n"
-  "are used only for characters whose code values are less than 256.\n\n");
+  "are used only for characters whose code values are less than 256. */\n\n");


/* Force config.h in z/OS */

@@ -115,7 +115,7 @@
#endif

fprintf(f,
- "The following #includes are present because without them gcc 4.x may remove\n"
+ "/* The following #includes are present because without them gcc 4.x may remove\n"
"the array definition from the final binary if PCRE2 is built into a static\n"
"library and dead code stripping is activated. This leads to link errors.\n"
"Pulling in the header ensures that the array gets flagged as \"someone\n"