Corrected an error that causes run-time issues with compiling the

non-Tcl/Tk version, as the routine DRCBreak() is called but never
defined.
This commit is contained in:
Tim Edwards 2018-12-28 10:29:18 -05:00
parent 34ae6ea9cc
commit ded7dcb93f
2 changed files with 3 additions and 1 deletions

View File

@ -3512,8 +3512,8 @@ CmdDrc(w, cmd)
case DRC_OFF:
DRCBackGround = DRC_SET_OFF;
DRCBreak();
#ifdef MAGIC_WRAPPER
DRCBreak();
if (TxInputRedirect != TX_INPUT_REDIRECTED)
#endif
TxSetPrompt('%'); /* Return prompt to "normal" */

View File

@ -1568,6 +1568,8 @@ drcAngles(argc, argv)
*
* edge4way layers1 ~(layers3,layers1) distance ~(layers2) 0 0 why
*
* The complementary case is redundant, so not checked.
*
* ----------------------------------------------------------------------------
*/