1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Fix bug 379

EXIT should not be defined in Audacity's implementation of Nyquist
This commit is contained in:
SteveDaulton 2021-07-11 12:54:15 +01:00 committed by Dmitry Vedenko
parent 01da348c8a
commit 1d523fc386

View File

@ -277,7 +277,9 @@ FUNDEF init_funtab[] = {
/* end of functions specific to xldmem.c */
{ "TYPE-OF", S, xtype }, /* 194 */
{ "EXIT", S, xexit }, /* 195 */
/* See Audacity bug 379 */
/* { "EXIT", S, xexit }, */
{ NULL, S, xexit }, /* 195 */
#ifdef PEEK_AND_POKE
{ "PEEK", S, xpeek }, /* 196 */
{ "POKE", S, xpoke }, /* 197 */