plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 21621d7e20e557591384a15496f530e491932c0d
parent 19e78199ec1dfab7b56e97ee2d47915cff819eab
Author: rsc <devnull@localhost>
Date:   Fri,  7 Jan 2005 18:04:24 +0000

gcc

Diffstat:
Msrc/cmd/samterm/samterm.h | 1+
Msrc/cmd/tbl/t.h | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/cmd/samterm/samterm.h b/src/cmd/samterm/samterm.h @@ -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); diff --git a/src/cmd/tbl/t.h b/src/cmd/tbl/t.h @@ -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);