This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +22
-0
lines changed
Expand file tree Collapse file tree 7 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -1266,6 +1266,9 @@ void send_relaunch(void)
12661266#endif
12671267}
12681268
1269+ // Important: This function is on the emterpreter whitelist. If its
1270+ // signature function changes, the mangled name must be updated in
1271+ // em-whitelist.json
12691272void send_startup_message (bool p_do_relaunch = true )
12701273{
12711274 if (p_do_relaunch)
Original file line number Diff line number Diff line change @@ -339,6 +339,9 @@ bool X_init(const X_init_options& p_options)
339339 return true ;
340340}
341341
342+ // Important: This function is on the emterpreter whitelist. If its
343+ // signature function changes, the mangled name must be updated in
344+ // em-whitelist.json
342345bool X_main_loop_iteration ()
343346{
344347 void *t_bottom;
Original file line number Diff line number Diff line change @@ -126,6 +126,9 @@ X_initialize_mcappcodepath(const X_init_options& p_options)
126126 nullptr );
127127}
128128
129+ // Important: This function is on the emterpreter whitelist. If its
130+ // signature function changes, the mangled name must be updated in
131+ // em-whitelist.json
129132bool
130133X_init (const X_init_options& p_options)
131134{
Original file line number Diff line number Diff line change @@ -171,6 +171,10 @@ MCScreenDC::GetCurrentStack()
171171 * Event loop
172172 * ================================================================ */
173173
174+ // Important: This function is on the emterpreter whitelist. If its
175+ // signature function changes, the mangled name must be updated in
176+ // em-whitelist.json
177+
174178/* Returns true if quit is requested, or from any inner main loop. */
175179Boolean
176180MCScreenDC::wait (real64_t p_duration,
Original file line number Diff line number Diff line change @@ -255,6 +255,9 @@ void MCEventQueueFinalize(void)
255255
256256// //////////////////////////////////////////////////////////////////////////////
257257
258+ // Important: This function is on the emterpreter whitelist. If its
259+ // signature function changes, the mangled name must be updated in
260+ // em-whitelist.json
258261static void MCEventQueueDispatchEvent (MCEvent *p_event)
259262{
260263 MCEvent *t_event;
Original file line number Diff line number Diff line change @@ -1053,6 +1053,9 @@ X_open_environment_variables(MCStringRef envp[])
10531053
10541054/* ---------------------------------------------------------------- */
10551055
1056+ // Important: This function is on the emterpreter whitelist. If its
1057+ // signature function changes, the mangled name must be updated in
1058+ // em-whitelist.json
10561059bool X_open (int argc, MCStringRef argv[], MCStringRef envp[])
10571060{
10581061 MCperror = new (nothrow) MCError ();
Original file line number Diff line number Diff line change @@ -738,6 +738,9 @@ MCDispatch::startup()
738738
739739#else
740740
741+ // Important: This function is on the emterpreter whitelist. If its
742+ // signature function changes, the mangled name must be updated in
743+ // em-whitelist.json
741744IO_stat MCDispatch::startup (void )
742745{
743746 char *t_mccmd;
You can’t perform that action at this time.
0 commit comments