diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-06 16:41:31 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-06 16:41:31 +0100 |
| commit | 3658cb8407814603aceaf2970a5c1016b6c9fdc8 (patch) | |
| tree | 070b8a2bfed27899f1baad50c99da13884d2471f /dev/CompilerKit/src/Macro | |
| parent | 555530e9de49324e2e5fed035418d32ac4045608 (diff) | |
feat! breaking API changes before NeKernel.org 0.0.4.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/CompilerKit/src/Macro')
| -rw-r--r-- | dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc (renamed from dev/CompilerKit/src/Macro/CPlusPlusCompilerPreProcessor.cc) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/CompilerKit/src/Macro/CPlusPlusCompilerPreProcessor.cc b/dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc index 9845967..aaa5793 100644 --- a/dev/CompilerKit/src/Macro/CPlusPlusCompilerPreProcessor.cc +++ b/dev/CompilerKit/src/Macro/CPlusPlusPreprocessor.cc @@ -21,7 +21,7 @@ #define kMacroPrefix '#' /// @author EL Mahrouss Amlal (amlel) -/// @file bpp.cxx +/// @file CPlusPlusPreprocessor.cc /// @brief Preprocessor. typedef Int32 (*bpp_parser_fn_t)(CompilerKit::STLString& line, std::ifstream& hdr_file, |
