repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
tools
/
MetaMake
/
mmake.h
blob
286584e0f09ddda097d1e57d430c80472636c8f4
1
extern
int
verbose
;
2
extern
int
debug
;
3
extern
char
**
mflags
;
4
extern
int
mflagc
;
5
6
void
error
(
char
*
fmt
, ...);
7