mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 05:00:28 +02:00
"extern"-related cleanup, and further implementation
This commit is contained in:
parent
0d78447d85
commit
47970773bc
6 changed files with 67 additions and 58 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2012-2017 Free Software Foundation, Inc.
|
||||
* Copyright (C) 2012-2018 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GNU lightning.
|
||||
*
|
||||
|
@ -474,7 +474,7 @@ __aeabi_f2d(float u)
|
|||
return (u);
|
||||
}
|
||||
|
||||
extern int
|
||||
int
|
||||
__aeabi_f2iz(float u)
|
||||
{
|
||||
return (u);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue