diff options
author | Andreas Schwab <schwab@suse.de> | 1998-04-14 12:25:56 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-04-14 12:25:56 +0000 |
commit | dfcf069d565c347abf3cb7cec80e6ed8432037ba (patch) | |
tree | cd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/terminfo.c | |
parent | 0f94f94657ad7a6a68e64c612285a5e06152def2 (diff) | |
download | emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.bz2 emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip |
Fix -Wimplicit warnings.
Diffstat (limited to 'src/terminfo.c')
-rw-r--r-- | src/terminfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/terminfo.c b/src/terminfo.c index 4bb47997507..9267a55614a 100644 --- a/src/terminfo.c +++ b/src/terminfo.c @@ -39,8 +39,6 @@ short ospeed; #endif #endif -static buffer[512]; - /* Interface to curses/terminfo library. Turns out that all of the terminfo-level routines look like their termcap counterparts except for tparm, which replaces |