[Pcre-svn] [733] code/trunk/src/pcre2grep.c: Fix typo and re…

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [733] code/trunk/src/pcre2grep.c: Fix typo and remove extraneous blank lines.
Revision: 733
          http://www.exim.org/viewvc/pcre2?view=rev&revision=733
Author:   ph10
Date:     2017-04-05 16:40:06 +0100 (Wed, 05 Apr 2017)
Log Message:
-----------
Fix typo and remove extraneous blank lines.


Modified Paths:
--------------
    code/trunk/src/pcre2grep.c


Modified: code/trunk/src/pcre2grep.c
===================================================================
--- code/trunk/src/pcre2grep.c    2017-04-05 15:32:07 UTC (rev 732)
+++ code/trunk/src/pcre2grep.c    2017-04-05 15:40:06 UTC (rev 733)
@@ -1537,7 +1537,7 @@
       case '\v':    /* VT */
       case '\f':    /* FF */
       case '\r':    /* CR */
-#ifndef EBCDIE
+#ifndef EBCDIC
       case 0x85:    /* Unicode NEL */
       case 0x2028:  /* Unicode LS */
       case 0x2029:  /* Unicode PS */
@@ -1557,8 +1557,6 @@




-
-
 /*************************************************
 *       Print the previous "after" lines         *
 *************************************************/
@@ -1673,7 +1671,7 @@


program_name|param1|param2|...

-Any substirng (including the program name) can contain escape sequences
+Any substring (including the program name) can contain escape sequences
started by the dollar character. The escape sequences are substituted as
follows:

@@ -2951,7 +2949,6 @@



-
 /*************************************************
 *          Construct printed ordinal             *
 *************************************************/