Add missing prototypes.

This commit is contained in:
Ralf Corsepius
2008-08-18 12:00:42 +00:00
parent 568bc602b7
commit fbf533fba9

View File

@@ -14,7 +14,7 @@ void __gnat_install_handler_common (int t1, int t2);
*/
void
__gnat_install_handler ()
__gnat_install_handler (void)
{
__gnat_install_handler_common (0x18, 0x12);
}