gcc
This commit is contained in:
parent
19e78199ec
commit
21621d7e20
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue