diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-31 00:13:40 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-31 00:13:40 +0300 |
| commit | 1ab464d959b9ee3d3bb6758ac0d9d33fc6c77e46 (patch) | |
| tree | 8d6832f0eadacce1613778bcecfcdaa2391aba79 /include/apos/builtin.h | |
| parent | 2939b749b1169a0c01c19698a3f0026034346ebd (diff) | |
| download | kmi-1ab464d959b9ee3d3bb6758ac0d9d33fc6c77e46.tar.gz kmi-1ab464d959b9ee3d3bb6758ac0d9d33fc6c77e46.zip | |
Improved linkind process, added padding generator
Diffstat (limited to 'include/apos/builtin.h')
| -rw-r--r-- | include/apos/builtin.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/apos/builtin.h b/include/apos/builtin.h new file mode 100644 index 0000000..52a3fa2 --- /dev/null +++ b/include/apos/builtin.h @@ -0,0 +1,8 @@ +#ifndef APOS_BUILTIN_H +#define APOS_BUILTIN_H + +#ifndef __has_builtin +#define __has_builtin(x) (0) +#endif + +#endif /* APOS_BUILTIN_H */ |
