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:
parent
705ca0ee86
commit
8e4721a8ff
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user