summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-14 16:49:34 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-14 16:49:34 -0700
commita98e1c9e7dcf4a96121f9e076c41567171984482 (patch)
tree83c2d73c5d5b5a4e0d14e9b87a929ca76dcc15d8
parent73240b940fe1611492822058068694e15d2f1b36 (diff)
downloadsyslinux-a98e1c9e7dcf4a96121f9e076c41567171984482.tar.gz
Dummy <assert.h>
-rw-r--r--com32/include/assert.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/com32/include/assert.h b/com32/include/assert.h
new file mode 100644
index 00000000..b0eef03b
--- /dev/null
+++ b/com32/include/assert.h
@@ -0,0 +1,8 @@
+#ifndef _ASSERT_H
+#define _ASSERT_H
+
+/* Assert not currently supported */
+#define assert(X) ((void)0)
+
+#endif /* _ASSERT_H */
+