2003-10-16 Michael Snyder <msnyder@redhat.com>

* emul_netbsd.c: Only a comment may follow an #endif.
This commit is contained in:
Michael Snyder
2003-10-17 00:15:25 +00:00
parent 990822c653
commit 77be8302c0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-10-16 Michael Snyder <msnyder@redhat.com>
* emul_netbsd.c: Only a comment may follow an #endif.
2003-10-15 Michael Snyder <msnyder@redhat.com>
* Makefile.in (sim_calls.o): No longer depends on gdb/tm.h.

View File

@ -1466,4 +1466,4 @@ const os_emul emul_netbsd = {
0 /*data*/
};
#endif _EMUL_NETBSD_C_
#endif /* _EMUL_NETBSD_C_ */