2005-05-23 Joel Sherrill <joel@OARcorp.com>

* comm/i386-stub.c: Make get_char() static since it is such a common
	name and conflicts with names in the standard Ada run-time.
This commit is contained in:
Joel Sherrill
2005-05-23 21:56:38 +00:00
parent cc1aee94cd
commit 290268f6b7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-05-23 Joel Sherrill <joel@OARcorp.com>
* comm/i386-stub.c: Make get_char() static since it is such a common
name and conflicts with names in the standard Ada run-time.
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* pci/pcibios.c: Eliminate unsigned8.

View File

@@ -591,7 +591,7 @@ set_mem_err (void)
that the compiler won't save any registers (if there is a fault
to mem_fault, they won't get restored, so there better not be any
saved). */
int
static int
get_char (char *addr)
{
return *addr;