mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
jfs: replace __inline with inline
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
This commit is contained in:
parent
8914562278
commit
15732a1cb5
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
* determine the maximum free string for four (lower level) nodes
|
* determine the maximum free string for four (lower level) nodes
|
||||||
* of the tree.
|
* of the tree.
|
||||||
*/
|
*/
|
||||||
static __inline signed char TREEMAX(signed char *cp)
|
static inline signed char TREEMAX(signed char *cp)
|
||||||
{
|
{
|
||||||
signed char tmp1, tmp2;
|
signed char tmp1, tmp2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue