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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user