diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2024-05-27 09:57:43 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2024-05-27 09:57:43 +0700 |
| commit | 3003b42fb06a707484bd7d7902057c9d65d4c0df (patch) | |
| tree | cb275233a2d272b37fa96abb3dfa7b3f3125da33 /include | |
| parent | dc0b89fa63a181bd4add318bfd7a46344702f4e7 (diff) | |
delete arch file
Diffstat (limited to 'include')
| -rw-r--r-- | include/arch | 6 | ||||
| -rw-r--r-- | include/types.h | 3 |
2 files changed, 1 insertions, 8 deletions
diff --git a/include/arch b/include/arch deleted file mode 100644 index f5fc8f7..0000000 --- a/include/arch +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef ARCH_H -#define ARCH_H - -#define __IAPC - -#endif diff --git a/include/types.h b/include/types.h index 16f67d9..9f59063 100644 --- a/include/types.h +++ b/include/types.h @@ -1,8 +1,7 @@ #ifndef TYPES_H #define TYPES_H -#include <arch> - +#define __IAPC #define NULL 0 |
