From 9d2728a5605f651934fe67a6fe6986b3e4a2c011 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sun, 20 Nov 2022 00:07:22 -0500 Subject: add a bunch of code and a ton of stub files for later --- compiler_and_linker/unsorted/CCompiler.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'compiler_and_linker/unsorted/CCompiler.c') diff --git a/compiler_and_linker/unsorted/CCompiler.c b/compiler_and_linker/unsorted/CCompiler.c index 8339cf6..6159517 100644 --- a/compiler_and_linker/unsorted/CCompiler.c +++ b/compiler_and_linker/unsorted/CCompiler.c @@ -1,9 +1,10 @@ -#include "compiler/common.h" -#include "compiler.h" +#include "compiler/CCompiler.h" +#include "compiler/CParser.h" +#include "compiler/CPrep.h" +#include "compiler/CompilerTools.h" +#include "compiler/CodeGen.h" #include "compiler/types.h" #include "pref_structs.h" -#include "compiler/CompilerTools.h" -#include "compiler/CPrep.h" Boolean systemHandles; -- cgit v1.2.3