diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-08 10:28:10 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-08 10:28:10 +0100 |
| commit | f5a153c3f888f82edaf5038e5762f9bd70356db4 (patch) | |
| tree | 02d3a8f71796105a7e6780eb3327b2c2724e70d5 /dev/LibC++/filesystem.h | |
| parent | c3b10ee1e28737375d65c3811f390d77a84fc165 (diff) | |
KAN-8: Compiler tweaks and AARCH64 in progress.
- Refactor C compilers.
- Add Encoder for ARM64.
- Add and working on assembler for AARCH64.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibC++/filesystem.h')
| -rw-r--r-- | dev/LibC++/filesystem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h index 788fea7..c0dbdfe 100644 --- a/dev/LibC++/filesystem.h +++ b/dev/LibC++/filesystem.h @@ -4,8 +4,8 @@ ------------------------------------------- */ -#ifndef __TOOLCHAINKIT_FS_H__ -#define __TOOLCHAINKIT_FS_H__ +#ifndef __LIBCOMPILER_FS_H__ +#define __LIBCOMPILER_FS_H__ namespace std { @@ -15,4 +15,4 @@ namespace std class directory_iterator; } // namespace std -#endif // __TOOLCHAINKIT_FS_H__
\ No newline at end of file +#endif // __LIBCOMPILER_FS_H__
\ No newline at end of file |
