summaryrefslogtreecommitdiff
path: root/src/termcap.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2011-02-19 21:41:00 +0200
committerEli Zaretskii <eliz@gnu.org>2011-02-19 21:41:00 +0200
commitfa43af4629773896b4e4ee6fe86247303c999d44 (patch)
tree40f7f0709ac0a222ab5bb0c76ab617422c345618 /src/termcap.c
parent9162376add8858d60f12eb953c0f9178d5e8f448 (diff)
downloademacs-fa43af4629773896b4e4ee6fe86247303c999d44.tar.gz
Finish fixing the MS-DOS build. Everything builds and works.
src/termcap.c (tputs): Don't declare baud_rate. msdos/sedlibmk.inp (gl_LIBOBJS): Add getloadavg.o. msdos/sedleim.inp (RUN_EMACS): Rename from RUN-EMACS. (BUILT_EMACS): Rename from BUILT-EMACS. msdos/sed6.inp (MAKEINFO): Edit to "makeinfo". (ENVADD): Adjust to MAKEINFO_OPTS. (texinputdir): Don't edit. msdos/sed2v2.inp (my_strftime): Edit to nstrftime. msdos/sed1v2.inp (LIBOBJS): Edit to empty. ($(libsrc)/make-docfile): Two new edits, one each for every invocation of make-docfile. (move-if-change): Fix edit. Remove some unused switches from $(ALL_CFLAGS), to make the GCC command line shorter.
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/termcap.c b/src/termcap.c
index 9e64d027640..69ce56d93b3 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -268,7 +268,6 @@ tputs (register char *str, int nlines, register int (*outfun) (/* ??? */))
register int padcount = 0;
register int speed;
- extern EMACS_INT baud_rate;
speed = baud_rate;
/* For quite high speeds, convert to the smaller
units to avoid overflow. */