* hw_init.c: Comment out tokens after #endif directive.

* hw_register.c: Likewise.
	* hw_trace.c: Likewise.
	* hw_vm.c: Likewise.
This commit is contained in:
Ben Elliston 2005-07-15 03:42:32 +00:00
parent 4fe190829b
commit 50427dbf8f
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2005-07-15 Ben Elliston <bje@au.ibm.com>
* hw_init.c: Comment out tokens after #endif directive.
* hw_register.c: Likewise.
* hw_trace.c: Likewise.
* hw_vm.c: Likewise.
2005-04-20 Manoj Iyer <manjo@austin.ibm.com>
* psim.c: Added libiberty.h header file.

View File

@ -718,4 +718,4 @@ const device_descriptor hw_init_device_descriptor[] = {
{ NULL },
};
#endif _HW_INIT_C_
#endif /* _HW_INIT_C_ */

View File

@ -129,4 +129,4 @@ const device_descriptor hw_register_device_descriptor[] = {
{ NULL },
};
#endif _HW_REGISTER_C_
#endif /* _HW_REGISTER_C_ */

View File

@ -100,4 +100,4 @@ const device_descriptor hw_trace_device_descriptor[] = {
{ NULL },
};
#endif _HW_TRACE_C_
#endif /* _HW_TRACE_C_ */

View File

@ -272,4 +272,4 @@ const device_descriptor hw_vm_device_descriptor[] = {
{ NULL },
};
#endif _HW_VM_C_
#endif /* _HW_VM_C_ */