mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Misc changes to get new Nyquist to build
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
#include <sgtty.h>
|
||||
#include "cext.h"
|
||||
|
||||
int IOinputfd; /* input file descriptor (usually 0) */
|
||||
extern int IOinputfd; /* input file descriptor (usually 0) */
|
||||
|
||||
int IOnochar; /* Value to be returned by IOgetchar()
|
||||
where there is no input to be had */
|
||||
extern int IOnochar; /* Value to be returned by IOgetchar()
|
||||
where there is no input to be had */
|
||||
|
||||
static struct sgttyb IOoldmodes, IOcurrentmodes;
|
||||
/* Initial and current tty modes */
|
||||
|
Reference in New Issue
Block a user