@@ -388,7 +388,7 @@ void MCAnswer::exec_ctxt(MCExecContext& ctxt)
388388 }
389389}
390390
391- #ifdef /* MCAnswer::exec */ LEGACY_EXEC
391+ #ifdef LEGACY_EXEC
392392Exec_stat MCAnswer::exec (MCExecPoint& ep)
393393{
394394 Exec_errors t_error = EE_UNDEFINED;
@@ -440,9 +440,9 @@ Exec_stat MCAnswer::exec(MCExecPoint& ep)
440440
441441 return t_error ? ES_ERROR : ES_NORMAL;
442442}
443- #endif /* MCAnswer::exec */
443+ #endif
444444
445- #ifdef /* MCAnswer::exec_pagesetup */ LEGACY_EXEC
445+ #ifdef LEGACY_EXEC
446446Exec_errors MCAnswer::exec_pagesetup (MCExecPoint& ep, const char *p_title)
447447{
448448 Exec_errors t_error;
@@ -465,9 +465,9 @@ Exec_errors MCAnswer::exec_pagesetup(MCExecPoint& ep, const char *p_title)
465465
466466 return t_error;
467467}
468- #endif /* MCAnswer::exec_pagesetup */
468+ #endif
469469
470- #ifdef /* MCAnswer::exec_printer */ LEGACY_EXEC
470+ #ifdef LEGACY_EXEC
471471Exec_errors MCAnswer::exec_printer (MCExecPoint& ep, const char *p_title)
472472{
473473 Exec_errors t_error;
@@ -490,27 +490,27 @@ Exec_errors MCAnswer::exec_printer(MCExecPoint& ep, const char *p_title)
490490
491491 return t_error;
492492}
493- #endif /* MCAnswer::exec_printer */
493+ #endif
494494
495- #ifdef /* MCAnswer::exec_effect */ LEGACY_EXEC
495+ #ifdef LEGACY_EXEC
496496Exec_errors MCAnswer::exec_effect (MCExecPoint& ep, const char *p_title)
497497{
498498 MCresult -> clear (False);
499499 MCtemplateplayer -> stdeffectdlg (ep, p_title, sheet);
500500 return EE_UNDEFINED;
501501}
502- #endif /* MCAnswer::exec_effect */
502+ #endif
503503
504- #ifdef /* MCAnswer::exec_record */ LEGACY_EXEC
504+ #ifdef LEGACY_EXEC
505505Exec_errors MCAnswer::exec_record (MCExecPoint& ep, const char *p_title)
506506{
507507 MCresult -> clear (False);
508508 MCtemplateplayer -> stdrecorddlg (ep, p_title, sheet);
509509 return EE_UNDEFINED;
510510}
511- #endif /* MCAnswer::exec_record */
511+ #endif
512512
513- #ifdef /* MCAnswer::exec_colour */ LEGACY_EXEC
513+ #ifdef LEGACY_EXEC
514514Exec_errors MCAnswer::exec_colour (MCExecPoint& ep, const char *p_title)
515515{
516516 Exec_errors t_error = EE_UNDEFINED;
@@ -533,9 +533,9 @@ Exec_errors MCAnswer::exec_colour(MCExecPoint& ep, const char *p_title)
533533
534534 return t_error;
535535}
536- #endif /* MCAnswer::exec_colour */
536+ #endif
537537
538- #ifdef /* MCAnswer::exec_file */ LEGACY_EXEC
538+ #ifdef LEGACY_EXEC
539539Exec_errors MCAnswer::exec_file (MCExecPoint& ep, const char *p_title)
540540{
541541 Exec_errors t_error = EE_UNDEFINED;
@@ -606,9 +606,9 @@ Exec_errors MCAnswer::exec_file(MCExecPoint& ep, const char *p_title)
606606
607607 return t_error;
608608}
609- #endif /* MCAnswer::exec_file */
609+ #endif
610610
611- #ifdef /* MCAnswer::exec_folder */ LEGACY_EXEC
611+ #ifdef LEGACY_EXEC
612612Exec_errors MCAnswer::exec_folder (MCExecPoint& ep, const char *p_title)
613613{
614614 Exec_errors t_error = EE_UNDEFINED;
@@ -644,9 +644,9 @@ Exec_errors MCAnswer::exec_folder(MCExecPoint& ep, const char *p_title)
644644
645645 return t_error;
646646}
647- #endif /* MCAnswer::exec_folder */
647+ #endif
648648
649- #ifdef /* MCAnswer::exec_notify */ LEGACY_EXEC
649+ #ifdef LEGACY_EXEC
650650Exec_errors MCAnswer::exec_notify (MCExecPoint& ep, const char *p_title)
651651{
652652 Exec_errors t_error = EE_UNDEFINED;
@@ -725,9 +725,9 @@ Exec_errors MCAnswer::exec_notify(MCExecPoint& ep, const char *p_title)
725725
726726 return t_error;
727727}
728- #endif /* MCAnswer::exec_notify */
728+ #endif
729729
730- #ifdef /* MCAnswer::exec_custom */ LEGACY_EXEC
730+ #ifdef LEGACY_EXEC
731731Exec_errors MCAnswer::exec_custom (MCExecPoint& ep, const MCString& p_stack, const char *p_type, unsigned int p_count, ...)
732732{
733733 ep . setstringf (" answer %s" , p_type);
@@ -761,7 +761,7 @@ Exec_errors MCAnswer::exec_custom(MCExecPoint& ep, const MCString& p_stack, cons
761761
762762 return EE_UNDEFINED;
763763}
764- #endif /* MCAnswer::exec_custom */
764+ #endif
765765
766766void MCAnswer::compile (MCSyntaxFactoryRef ctxt)
767767{
0 commit comments