aboutsummaryrefslogtreecommitdiffstats
path: root/l4common.h
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2013-12-07 17:57:03 +0800
committerLAN-TW <lantw44@gmail.com>2013-12-07 17:57:03 +0800
commite83e95d018fe264f56ce7145a2d345fbaba1fe69 (patch)
tree55563df391dfc2c47cdb573cdd7321982da8ae8c /l4common.h
parent6df97cb16c8c1bc2a584630b772941dacc124243 (diff)
downloadl4basic-e83e95d018fe264f56ce7145a2d345fbaba1fe69.tar
l4basic-e83e95d018fe264f56ce7145a2d345fbaba1fe69.tar.gz
l4basic-e83e95d018fe264f56ce7145a2d345fbaba1fe69.tar.bz2
l4basic-e83e95d018fe264f56ce7145a2d345fbaba1fe69.tar.lz
l4basic-e83e95d018fe264f56ce7145a2d345fbaba1fe69.tar.xz
l4basic-e83e95d018fe264f56ce7145a2d345fbaba1fe69.tar.zst
l4basic-e83e95d018fe264f56ce7145a2d345fbaba1fe69.zip
Rewrite file reader (LbsFile) and add test suitel4basic-unstable-1.91.1
Diffstat (limited to 'l4common.h')
-rw-r--r--l4common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/l4common.h b/l4common.h
index 34eef26..12d5697 100644
--- a/l4common.h
+++ b/l4common.h
@@ -20,4 +20,6 @@
# define LBS_COMMON_CHECK_TYPE(x,type) (x)
#endif /* __STDC_VERSION__ */
+#define LBS_COMMON_NULL_PTR ((void*)NULL)
+
#endif /* LBS_COMMON_H */