diff options
Diffstat (limited to 'src/tparam.c')
-rw-r--r-- | src/tparam.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tparam.c b/src/tparam.c index 5a9809aab47..844e5f6f175 100644 --- a/src/tparam.c +++ b/src/tparam.c @@ -107,6 +107,9 @@ tparam (string, outstring, len, arg0, arg1, arg2, arg3) return tparam1 (string, outstring, len, NULL, NULL, arg); } +/* These are already defined in the System framework in Mac OS X and + cause prebinding to fail. */ +#ifndef MAC_OSX char *BC; char *UP; @@ -124,6 +127,7 @@ tgoto (cm, hpos, vpos) args[1] = hpos; return tparam1 (cm, tgoto_buf, 50, UP, BC, args); } +#endif static char * tparam1 (string, outstring, len, up, left, argp) |