Commit b7158c53 by Carlos Martín Nieto

Use GIT_INLINE instead of inline

parent eca67c58
...@@ -682,7 +682,7 @@ struct foreach_state { ...@@ -682,7 +682,7 @@ struct foreach_state {
void *data; void *data;
}; };
static inline int filename_to_oid(git_oid *oid, const char *ptr) GIT_INLINE(int) filename_to_oid(git_oid *oid, const char *ptr)
{ {
int v, i = 0; int v, i = 0;
if (strlen(ptr) != 41) if (strlen(ptr) != 41)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment