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]
/
compiler
/
libjpeg
/
main
/
debug.h
blob
9951424a75ccedc4d86bebfd310a746f0e43076d
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef __DEBUG_H
7
#define __DEBUG_H
8
9
#undef DEBUG
10
#define DEBUG 0
11
#include <aros/debug.h>
12
13
#endif
/* __DEBUG_H */