From 2b770125c35f061e0da813dab91f42c96b1ac749 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 28 Feb 2026 07:27:27 +0100 Subject: chore: wip: including TProc and Boost for Nectar compiler frontend. Signed-off-by: Amlal El Mahrouss --- src/CommandLine/dbg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CommandLine/dbg.cpp') diff --git a/src/CommandLine/dbg.cpp b/src/CommandLine/dbg.cpp index 5b08a69..c5e5797 100644 --- a/src/CommandLine/dbg.cpp +++ b/src/CommandLine/dbg.cpp @@ -8,10 +8,10 @@ /// @file dbg.cc /// @brief Nectar debugger. -CK_IMPORT_C Int32 DebuggerMachPOSIX(Int32 argc, Char const* argv[]); +CK_IMPORT_C Int32 DebuggerMachPOSIX(Int32 argc, char const* argv[]); /// @brief Debugger entrypoint. /// @return Status code of debugger. -Int32 main(Int32 argc, Char const* argv[]) { +Int32 main(Int32 argc, char const* argv[]) { return DebuggerMachPOSIX(argc, argv); } -- cgit v1.2.3