[Pcre-svn] [337] code/trunk/pcre.h.in: Forgot to add PCRE_J…

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [337] code/trunk/pcre.h.in: Forgot to add PCRE_JAVASCRIPT_COMPAT to pcre.h. in.
Revision: 337
          http://vcs.pcre.org/viewvc?view=rev&revision=337
Author:   ph10
Date:     2008-04-13 15:21:06 +0100 (Sun, 13 Apr 2008)


Log Message:
-----------
Forgot to add PCRE_JAVASCRIPT_COMPAT to pcre.h.in.

Modified Paths:
--------------
    code/trunk/pcre.h.in


Modified: code/trunk/pcre.h.in
===================================================================
--- code/trunk/pcre.h.in    2008-04-12 15:59:03 UTC (rev 336)
+++ code/trunk/pcre.h.in    2008-04-13 14:21:06 UTC (rev 337)
@@ -124,6 +124,7 @@
 #define PCRE_NEWLINE_ANYCRLF    0x00500000
 #define PCRE_BSR_ANYCRLF        0x00800000
 #define PCRE_BSR_UNICODE        0x01000000
+#define PCRE_JAVASCRIPT_COMPAT  0x02000000


/* Exec-time and get/set-time error codes */