Thu Mar 5 16:07:41 1998 Michael Snyder (msnyder@cleaver.cygnus.com)

* sparcl-tdep.c: fix #endif comments
This commit is contained in:
Michael Snyder
1998-03-06 00:09:31 +00:00
parent 56deac4b9c
commit d6acae6881
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Thu Mar 5 16:07:41 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
* sparcl-tdep.c: fix #endif comments
Thu Mar 5 15:10:35 1998 Jason Molenda (crash@bugshack.cygnus.com)
* Makefile.in (BISON): Configure substitutes in @YACC@, not @BISON@.

View File

@ -392,7 +392,7 @@ send_udp_buf (fd, buf, len)
error ("Short count in send: tried %d, sent %d\n", len, cc);
}
#endif /* __GO32__ */
#endif /* HAVE_SOCKETS */
static void
sparclite_open (name, from_tty)
@ -500,7 +500,7 @@ or: target sparclite udp host");
error ("SPARClite appears to be ill.");
#else
error ("UDP downloading is not supported for DOS hosts.");
#endif /* __GO32__ */
#endif /* HAVE_SOCKETS */
}
printf_unfiltered ("[SPARClite appears to be alive]\n");
@ -812,7 +812,7 @@ sparclite_udp_write (from_bfd, from_sec, from_addr, to_addr, len)
}
}
#endif /* __GO32__ */
#endif /* HAVE_SOCKETS */
static void
sparclite_download (filename, from_tty)