1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +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 Panagiotis Vasilopoulos
parent 705ca0ee86
commit 8e4721a8ff
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270

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 */