Stephan Beyer <s-beyer@xxxxxxx> writes: > Sorry, I forgot to change this to [PATCH v2] or something. > > And... > > Stephan Beyer wrote: >> diff --git a/merge-recursive.h b/merge-recursive.h >> index f37630a..a9eead3 100644 >> --- a/merge-recursive.h >> +++ b/merge-recursive.h >> @@ -1,6 +1,8 @@ >> #ifndef MERGE_RECURSIVE_H >> #define MERGE_RECURSIVE_H >> >> +extern struct commit *make_virtual_commit(struct tree *tree, >> + const char *comment); >> int merge_recursive(struct commit *h1, >> struct commit *h2, >> const char *branch1, > > Is this a mistake that some forward declarations in header files are not > declared "extern"? Yup, that looks old fashioned. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html