author | Brandon Casey <casey@nrlssc.navy.mil> | |
Wed, 7 May 2008 17:34:18 +0000 (12:34 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 May 2008 00:43:01 +0000 (17:43 -0700) | ||
commit | eb120e699f3faea2d71cd9cb79a8cf4f79ec1d45 | |
tree | 59487237a00782097465f2e92492f84e7f82e1e7 | tree | snapshot |
parent | bac59f19b12af12d59582543fbd77af3f1d06f0c | commit | diff |
compat/fopen.c: avoid clobbering the system defined fopen macro
Some systems define fopen as a macro based on compiler settings.
The previous technique for reverting to the system fopen function
by merely undefining fopen is inadequate in this case. Instead,
avoid defining fopen entirely when compiling this source file.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Tested-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Some systems define fopen as a macro based on compiler settings.
The previous technique for reverting to the system fopen function
by merely undefining fopen is inadequate in this case. Instead,
avoid defining fopen entirely when compiling this source file.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Tested-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/fopen.c | diff | blob | history |