aboutsummaryrefslogtreecommitdiffstats
path: root/src/tparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tparam.c')
-rw-r--r--src/tparam.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tparam.c b/src/tparam.c
index 8f7e79c32f7..dabf0ed9713 100644
--- a/src/tparam.c
+++ b/src/tparam.c
@@ -108,9 +108,6 @@ tparam (string, outstring, len, arg0, arg1, arg2, arg3)
108 return tparam1 (string, outstring, len, NULL, NULL, arg); 108 return tparam1 (string, outstring, len, NULL, NULL, arg);
109} 109}
110 110
111/* These are already defined in the System framework in Mac OS X and
112 cause prebinding to fail. */
113#ifndef MAC_OSX
114char *BC; 111char *BC;
115char *UP; 112char *UP;
116 113
@@ -128,7 +125,6 @@ tgoto (cm, hpos, vpos)
128 args[1] = hpos; 125 args[1] = hpos;
129 return tparam1 (cm, tgoto_buf, 50, UP, BC, args); 126 return tparam1 (cm, tgoto_buf, 50, UP, BC, args);
130} 127}
131#endif
132 128
133static char * 129static char *
134tparam1 (string, outstring, len, up, left, argp) 130tparam1 (string, outstring, len, up, left, argp)