summaryrefslogtreecommitdiff
path: root/thirdparty/pcre2/src/sljit/sljitConfig.h
diff options
context:
space:
mode:
authorfirefly2442 <firefly2442@gmail.com>2018-05-24 00:13:24 -0600
committerfirefly2442 <firefly2442@gmail.com>2018-05-28 21:11:41 -0600
commit5383ae005cab1deafc1d822b473cb2b73df6f8df (patch)
treee5c9a7bf1471ae6a7ba76f0fd1529ba794589a28 /thirdparty/pcre2/src/sljit/sljitConfig.h
parent38284bc6da801dcc0e1a6b47580a20b5ade32f06 (diff)
update PCRE2 to version 10.31, fixes #15662
Diffstat (limited to 'thirdparty/pcre2/src/sljit/sljitConfig.h')
-rw-r--r--thirdparty/pcre2/src/sljit/sljitConfig.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/thirdparty/pcre2/src/sljit/sljitConfig.h b/thirdparty/pcre2/src/sljit/sljitConfig.h
index 2e70224da8..d54b5e6f54 100644
--- a/thirdparty/pcre2/src/sljit/sljitConfig.h
+++ b/thirdparty/pcre2/src/sljit/sljitConfig.h
@@ -1,7 +1,7 @@
/*
* Stack-less Just-In-Time compiler
*
- * Copyright 2009-2012 Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
+ * Copyright Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
@@ -108,8 +108,10 @@
/* Force cdecl calling convention even if a better calling
convention (e.g. fastcall) is supported by the C compiler.
- If this option is enabled, C functions without
- SLJIT_CALL can also be called from JIT code. */
+ If this option is disabled (this is the default), functions
+ called from JIT should be defined with SLJIT_FUNC attribute.
+ Standard C functions can still be called by using the
+ SLJIT_CALL_CDECL jump type. */
#ifndef SLJIT_USE_CDECL_CALLING_CONVENTION
/* Disabled by default */
#define SLJIT_USE_CDECL_CALLING_CONVENTION 0