diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-08 15:26:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-08 15:26:11 +0100 |
| commit | b4bcdc8482f8deae2d25018b4f91593570cf9cf5 (patch) | |
| tree | 7d989bda9f09274e7235087a6bd1e7ec3cb4ba9d /dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | |
| parent | 0350589847a0a5bbce5556a62ea5f5df7de29641 (diff) | |
ADD: Assembler frontend tweaks and other refactors.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc')
| -rw-r--r-- | dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc index 5afb63e..2d4c11a 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc @@ -971,13 +971,13 @@ LIBCOMPILER_MODULE(CPlusPlusPreprocessorMain) { if (strcmp(argv[index], "--bpp:ver") == 0) { - printf("%s\n", "bpp v1.11, (c) Amlal EL Mahrouss."); + printf("%s\n", "bpp v1.11, (c) Amlal EL Mahrouss"); return 0; } if (strcmp(argv[index], "--bpp:?") == 0) { - printf("%s\n", "NE Preprocessor Driver v1.11, (c) Amlal EL Mahrouss."); + printf("%s\n", "NE Preprocessor Driver v1.11, (c) Amlal EL Mahrouss"); printf("%s\n", "--bpp:working-dir <path>: set directory to working path."); printf("%s\n", "--bpp:include-dir <path>: add directory to include path."); printf("%s\n", "--bpp:def <name> <value>: define a macro."); |
