[Pcre-svn] [523] code/trunk: Fix typo that gave compiler err…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [523] code/trunk: Fix typo that gave compiler error when JIT not supported.
Revision: 523
          http://www.exim.org/viewvc/pcre2?view=rev&revision=523
Author:   ph10
Date:     2016-06-14 10:19:24 +0100 (Tue, 14 Jun 2016)
Log Message:
-----------
Fix typo that gave compiler error when JIT not supported.


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


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2016-06-05 16:05:34 UTC (rev 522)
+++ code/trunk/ChangeLog    2016-06-14 09:19:24 UTC (rev 523)
@@ -130,7 +130,9 @@


32. Implemented the PCRE2_NO_JIT option for pcre2_match().

+33. Fix typo that gave a compiler error when JIT not supported.

+
Version 10.21 12-January-2016
-----------------------------


Modified: code/trunk/src/pcre2_jit_compile.c
===================================================================
--- code/trunk/src/pcre2_jit_compile.c    2016-06-05 16:05:34 UTC (rev 522)
+++ code/trunk/src/pcre2_jit_compile.c    2016-06-14 09:19:24 UTC (rev 523)
@@ -11440,7 +11440,7 @@
   (PCRE2_JIT_COMPLETE|PCRE2_JIT_PARTIAL_SOFT|PCRE2_JIT_PARTIAL_HARD)


PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION
-pcre2_jit_compile(pcre2_code *code, sljit_u32 options)
+pcre2_jit_compile(pcre2_code *code, uint32_t options)
{
#ifndef SUPPORT_JIT