1
1
* Makefile.in (SRCS): Remove xslint.c.
Этот коммит содержится в:
Pavel Roskin 2001-06-26 15:03:30 +00:00
родитель 3c6cf84881
Коммит 4f10e883fd
3 изменённых файлов: 6 добавлений и 43 удалений

Просмотреть файл

@ -1,3 +1,8 @@
2001-06-26 Pavel Roskin <proski@gnu.org>
* xslint.c: Remove.
* Makefile.in (SRCS): Remove xslint.c.
2001-06-25 Pavel Roskin <proski@gnu.org>
* key.c (ctrl_pressed): Don't limit functionality to Linux.

Просмотреть файл

@ -26,7 +26,7 @@ INSTALL_DATA = @INSTALL_DATA@
SRCS = dir.c util.c main.c screen.c dialog.c key.c keyxdef.c menu.c \
file.c win.c color.c help.c find.c profile.c user.c view.c \
ext.c mouse.c setup.c dlg.c option.c info.c \
tree.c widget.c chmod.c mad.c xcurses.c xslint.c \
tree.c widget.c chmod.c mad.c xcurses.c \
wtools.c cons.handler.c chown.c subshell.c terms.c boxes.c \
hotlist.c achown.c layout.c fsusage.c mountlist.c regex.c \
complete.c slint.c command.c cmd.c panelize.c learn.c \

Просмотреть файл

@ -1,42 +0,0 @@
/* Routines expected by the Midnight Commander
Copyright (C) 1999 The Free Software Foundation.
Author Miguel de Icaza
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
This file just has dummy procedures that do nothing under X11 editions.
They are called from the VFS library, which is shared with the textmode
edition, so it's impossible to eliminate then using macros.
*/
void
enable_interrupt_key(void)
{
}
void
disable_interrupt_key(void)
{
}
/* FIXME: We could provide a better way of doing this */
int
got_interrupt (void)
{
return 0;
}