This commit is contained in:
rsc 2005-01-07 18:04:24 +00:00
parent 19e78199ec
commit 21621d7e20
2 changed files with 2 additions and 0 deletions

View file

@ -88,6 +88,7 @@ extern int hversion;
extern int plumbfd;
extern int hostfd[2];
#define gettext sam_gettext /* stupid gcc built-in functions */
Rune *gettext(Flayer*, long, ulong*);
void *alloc(ulong n);

View file

@ -148,6 +148,7 @@ void ifdivert(void);
void restline(void);
void cleanfc(void);
#define gettext tbl_gettext
int gettext(char *, int, int, char *, char *); /*tg.c*/
void untext(void);