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:
parent
34ae6ea9cc
commit
ded7dcb93f
|
|
@ -3512,8 +3512,8 @@ CmdDrc(w, cmd)
|
||||||
|
|
||||||
case DRC_OFF:
|
case DRC_OFF:
|
||||||
DRCBackGround = DRC_SET_OFF;
|
DRCBackGround = DRC_SET_OFF;
|
||||||
DRCBreak();
|
|
||||||
#ifdef MAGIC_WRAPPER
|
#ifdef MAGIC_WRAPPER
|
||||||
|
DRCBreak();
|
||||||
if (TxInputRedirect != TX_INPUT_REDIRECTED)
|
if (TxInputRedirect != TX_INPUT_REDIRECTED)
|
||||||
#endif
|
#endif
|
||||||
TxSetPrompt('%'); /* Return prompt to "normal" */
|
TxSetPrompt('%'); /* Return prompt to "normal" */
|
||||||
|
|
|
||||||
|
|
@ -1568,6 +1568,8 @@ drcAngles(argc, argv)
|
||||||
*
|
*
|
||||||
* edge4way layers1 ~(layers3,layers1) distance ~(layers2) 0 0 why
|
* edge4way layers1 ~(layers3,layers1) distance ~(layers2) 0 0 why
|
||||||
*
|
*
|
||||||
|
* The complementary case is redundant, so not checked.
|
||||||
|
*
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue