Removed not used define, did not work and caused error

in 2.3.16
This commit is contained in:
Armin Schindler 1999-09-04 17:37:59 +00:00
parent 9fa67c0062
commit 15ed60cd29
1 changed files with 7 additions and 4 deletions

View File

@ -26,6 +26,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* *
* $Log$ * $Log$
* Revision 1.12 1999/08/31 11:20:14 paul
* various spelling corrections (new checksums may be needed, Karsten!)
*
* Revision 1.11 1999/08/29 17:23:45 armin * Revision 1.11 1999/08/29 17:23:45 armin
* New setup compat. * New setup compat.
* Bugfix if compile as not module. * Bugfix if compile as not module.
@ -1275,8 +1278,8 @@ eicon_addcard(int Type, int membase, int irq, char *id)
#define eicon_init init_module #define eicon_init init_module
#endif #endif
__initfunc(int int
eicon_init(void)) eicon_init(void)
{ {
int card_count = 0; int card_count = 0;
int release = 0; int release = 0;
@ -1392,8 +1395,8 @@ eicon_setup(char *line)
str = get_options(line, 4, ints); str = get_options(line, 4, ints);
#else #else
__initfunc(void void
eicon_setup(char *str, int *ints)) eicon_setup(char *str, int *ints)
{ {
int i, argc; int i, argc;
#endif #endif