summaryrefslogtreecommitdiff
path: root/pcre_jit_compile.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-06 15:38:01 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-06 15:38:01 +0000
commit4145bb1ecab77682c81fb99bdd0380bf64a6392e (patch)
tree1739fd5605222d1986f72584086519115e0a2046 /pcre_jit_compile.c
parent475e97e3c2ef83094b3b2239b7cf4ffcc2c05f68 (diff)
downloadpcre-4145bb1ecab77682c81fb99bdd0380bf64a6392e.tar.gz
Source tidies for 8.21-RC1
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@788 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_jit_compile.c')
-rw-r--r--pcre_jit_compile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_jit_compile.c b/pcre_jit_compile.c
index e23e41b..6f2bad0 100644
--- a/pcre_jit_compile.c
+++ b/pcre_jit_compile.c
@@ -166,7 +166,7 @@ typedef struct executable_function {
void *executable_func;
pcre_jit_callback callback;
void *userdata;
- sljit_uw executable_size;
+ sljit_uw executable_size;
} executable_function;
typedef struct jump_list {
@@ -6430,7 +6430,7 @@ if (common->getucd != NULL)
SLJIT_FREE(common->localptrs);
executable_func = sljit_generate_code(compiler);
-executable_size = sljit_get_generated_code_size(compiler);
+executable_size = sljit_get_generated_code_size(compiler);
sljit_free_compiler(compiler);
if (executable_func == NULL)
return;