Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
setup.c: Prepare for Windows directory separators.
author
Johannes Sixt
<johannes.sixt@telecom.at>
Sat, 1 Mar 2008 20:11:14 +0000
(21:11 +0100)
committer
Johannes Sixt
<johannes.sixt@telecom.at>
Mon, 23 Jun 2008 11:22:35 +0000
(13:22 +0200)
This turns two switch/case statements into an if-else-if cascade because
we later do not want to have
case '/':
#ifdef __MINGW32__
case '\\':
#endif
but use a predicate is_dir_sep(foo) in order to check for the directory
separator.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
raw
|
patch
| inline |
side by side
(from:
4cd148d
)
No differences found