aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_vm.h
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-02-14 11:33:30 +0100
committerGitHub <[email protected]>2019-02-14 11:33:30 +0100
commit21988f3d212778124565038a2b2310925eb6ccc1 (patch)
tree4d786abe0de4b8a9a6f6568fbd4a57ef9fd5bf38 /erts/emulator/beam/erl_vm.h
parent29534be6b43a9f0892996efd618dfe948fac8ded (diff)
parentea0e763e953f9c7d1fa9c142f24cb95f56119c56 (diff)
downloadotp-21988f3d212778124565038a2b2310925eb6ccc1.tar.gz
otp-21988f3d212778124565038a2b2310925eb6ccc1.tar.bz2
otp-21988f3d212778124565038a2b2310925eb6ccc1.zip
Merge pull request #2113 from richcarl/optional-tuple-calls
Optional tuple calls OTP-15580
Diffstat (limited to 'erts/emulator/beam/erl_vm.h')
-rw-r--r--erts/emulator/beam/erl_vm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_vm.h b/erts/emulator/beam/erl_vm.h
index 4089fac48e..d37c2940c4 100644
--- a/erts/emulator/beam/erl_vm.h
+++ b/erts/emulator/beam/erl_vm.h
@@ -167,6 +167,8 @@ extern const int num_instructions; /* Number of instruction in opc[]. */
extern Uint erts_instr_count[];
+extern int tuple_module_apply;
+
/* some constants for various table sizes etc */
#define ATOM_TEXT_SIZE 32768 /* Increment for allocating atom text space */