mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 14:50:17 +01:00
Misc changes to get new Nyquist to build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#define NOCHAR -2
|
||||
|
||||
int IOinputfd;
|
||||
int IOnochar;
|
||||
extern int IOinputfd;
|
||||
extern int IOnochar;
|
||||
|
||||
int IOsetup(int inputfd);
|
||||
int IOcleanup(void);
|
||||
|
||||
@@ -153,6 +153,10 @@ extern int debug;
|
||||
#include "xlisp.h"
|
||||
#endif
|
||||
|
||||
int IOinputfd; /* input file descriptor (usually 0) */
|
||||
|
||||
int IOnochar; /* Value to be returned by IOgetchar()
|
||||
where there is no input to be had */
|
||||
|
||||
/****************************************************************************
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user