repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 3.50~pre5.
[syslinux-debian/hramrach.git]
/
com32
/
include
/
assert.h
blob
b303bb9807133aa6fd0425ccd5adcf5c86a227c1
1
#ifndef _ASSERT_H
2
#define _ASSERT_H
3
4
/* Assert not currently supported */
5
#define assert(X) ((void)0)
6
7
#endif
/* _ASSERT_H */