aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_vm.h
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2019-01-28 19:05:28 +0100
committerRichard Carlsson <[email protected]>2019-01-28 19:09:43 +0100
commitea0e763e953f9c7d1fa9c142f24cb95f56119c56 (patch)
tree9c2f1d4a7725a5168633f9370d7cebad054c851b /erts/emulator/beam/erl_vm.h
parent87da7b5be69de01e65df566c6e35064381d1144d (diff)
downloadotp-ea0e763e953f9c7d1fa9c142f24cb95f56119c56.tar.gz
otp-ea0e763e953f9c7d1fa9c142f24cb95f56119c56.tar.bz2
otp-ea0e763e953f9c7d1fa9c142f24cb95f56119c56.zip
Add -ztma option for enabling tuple calls
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 */