Skip to content

Commit

Permalink
Merge branch 'jc/c99'
Browse files Browse the repository at this point in the history
* jc/c99:
  Cygwin needs NO_C99_FORMAT???
  • Loading branch information
Junio C Hamano committed Aug 4, 2006
2 parents 3a3c3fc + 70b9c59 commit 4e273c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ ifeq ($(uname_O),Cygwin)
NO_STRLCPY = YesPlease
NO_SYMLINK_HEAD = YesPlease
NEEDS_LIBICONV = YesPlease
NO_C99_FORMAT = YesPlease
# There are conflicting reports about this.
# On some boxes NO_MMAP is needed, and not so elsewhere.
# Try uncommenting this if you see things break -- YMMV.
Expand Down

0 comments on commit 4e273c9

Please sign in to comment.