gcc
This commit is contained in:
parent
19e78199ec
commit
21621d7e20
@ -88,6 +88,7 @@ extern int hversion;
|
|||||||
extern int plumbfd;
|
extern int plumbfd;
|
||||||
extern int hostfd[2];
|
extern int hostfd[2];
|
||||||
|
|
||||||
|
#define gettext sam_gettext /* stupid gcc built-in functions */
|
||||||
Rune *gettext(Flayer*, long, ulong*);
|
Rune *gettext(Flayer*, long, ulong*);
|
||||||
void *alloc(ulong n);
|
void *alloc(ulong n);
|
||||||
|
|
||||||
|
|||||||
@ -148,6 +148,7 @@ void ifdivert(void);
|
|||||||
void restline(void);
|
void restline(void);
|
||||||
void cleanfc(void);
|
void cleanfc(void);
|
||||||
|
|
||||||
|
#define gettext tbl_gettext
|
||||||
int gettext(char *, int, int, char *, char *); /*tg.c*/
|
int gettext(char *, int, int, char *, char *); /*tg.c*/
|
||||||
void untext(void);
|
void untext(void);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user