Skip to content
Snippets Groups Projects
Commit 15732a1c authored by Harvey Harrison's avatar Harvey Harrison Committed by Dave Kleikamp
Browse files

jfs: replace __inline with inline

parent 89145622
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment