Remove cray compiler bug hack.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1669 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-05-06 02:15:22 +00:00
parent cf52104963
commit e7210cbeb8

View File

@@ -38,7 +38,6 @@ static char copyright[] =
#endif /* not lint */
#include "telnet_locl.h"
RCSID("$Id$");
/* These values need to be the same as defined in libtelnet/kerberos5.c */
@@ -101,9 +100,6 @@ main(int argc, char **argv)
#endif /* FORWARD */
tninit(); /* Clear out things */
#if defined(CRAY) && !defined(__STDC__)
_setlist_init(); /* Work around compiler bug */
#endif
TerminalSaveState();