summaryrefslogtreecommitdiff
path: root/includes/compiler/CCompiler.h
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2023-01-15 12:14:05 +0000
committerAsh Wolf <ninji@wuffs.org>2023-01-15 12:14:05 +0000
commit35d488e972a9dd75ce3867c000405f128b79c615 (patch)
treee3319a23d9aa0d4725f88a99fdd5131488a334a9 /includes/compiler/CCompiler.h
parent8078e7f897aaae9b492b22475060052d68b9c547 (diff)
downloadMWCC-35d488e972a9dd75ce3867c000405f128b79c615.tar.gz
MWCC-35d488e972a9dd75ce3867c000405f128b79c615.zip
reorganise things a bit to align further with the actual names/structure
Diffstat (limited to '')
-rw-r--r--includes/compiler/CCompiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/compiler/CCompiler.h b/includes/compiler/CCompiler.h
index 92b483c..daa1020 100644
--- a/includes/compiler/CCompiler.h
+++ b/includes/compiler/CCompiler.h
@@ -6,7 +6,7 @@
extern Boolean systemHandles;
extern Boolean crippled;
extern SInt32 license_cookie;
-extern CParams cparams;
+extern CompilerLinkerParamBlk cparams;
extern CWPLUGIN_ENTRY(MWC_main)(CWPluginContext context);
extern void PrintProgressFunction(const char *str);