diff options
author | Ash Wolf <ninji@wuffs.org> | 2023-01-15 12:14:05 +0000 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2023-01-15 12:14:05 +0000 |
commit | 35d488e972a9dd75ce3867c000405f128b79c615 (patch) | |
tree | e3319a23d9aa0d4725f88a99fdd5131488a334a9 /unsorted | |
parent | 8078e7f897aaae9b492b22475060052d68b9c547 (diff) | |
download | MWCC-35d488e972a9dd75ce3867c000405f128b79c615.tar.gz MWCC-35d488e972a9dd75ce3867c000405f128b79c615.zip |
reorganise things a bit to align further with the actual names/structure
Diffstat (limited to '')
22 files changed, 7 insertions, 7 deletions
diff --git a/unsorted/Arguments.c b/command_line/C++_Parser/Src/Library/Arguments.c index 631f282..631f282 100644 --- a/unsorted/Arguments.c +++ b/command_line/C++_Parser/Src/Library/Arguments.c diff --git a/unsorted/Help.c b/command_line/C++_Parser/Src/Library/Help.c index 74849a1..74849a1 100644 --- a/unsorted/Help.c +++ b/command_line/C++_Parser/Src/Library/Help.c diff --git a/unsorted/IO.c b/command_line/C++_Parser/Src/Library/IO.c index 36d809b..36d809b 100644 --- a/unsorted/IO.c +++ b/command_line/C++_Parser/Src/Library/IO.c diff --git a/unsorted/OptimizerHelpers.c b/command_line/C++_Parser/Src/Library/OptimizerHelpers.c index 4085363..4085363 100644 --- a/unsorted/OptimizerHelpers.c +++ b/command_line/C++_Parser/Src/Library/OptimizerHelpers.c diff --git a/unsorted/Option.c b/command_line/C++_Parser/Src/Library/Option.c index 2a53f38..2a53f38 100644 --- a/unsorted/Option.c +++ b/command_line/C++_Parser/Src/Library/Option.c diff --git a/unsorted/Parameter.c b/command_line/C++_Parser/Src/Library/Parameter.c index 31669e1..31669e1 100644 --- a/unsorted/Parameter.c +++ b/command_line/C++_Parser/Src/Library/Parameter.c diff --git a/unsorted/ParserErrors.c b/command_line/C++_Parser/Src/Library/ParserErrors.c index df5e67e..df5e67e 100644 --- a/unsorted/ParserErrors.c +++ b/command_line/C++_Parser/Src/Library/ParserErrors.c diff --git a/unsorted/ParserFace.c b/command_line/C++_Parser/Src/Library/ParserFace.c index a005ece..a005ece 100644 --- a/unsorted/ParserFace.c +++ b/command_line/C++_Parser/Src/Library/ParserFace.c diff --git a/unsorted/ParserHelpers-cc.c b/command_line/C++_Parser/Src/Library/ParserHelpers-cc.c index 07315b3..07315b3 100644 --- a/unsorted/ParserHelpers-cc.c +++ b/command_line/C++_Parser/Src/Library/ParserHelpers-cc.c diff --git a/unsorted/ParserHelpers.c b/command_line/C++_Parser/Src/Library/ParserHelpers.c index 4cb793e..4cb793e 100644 --- a/unsorted/ParserHelpers.c +++ b/command_line/C++_Parser/Src/Library/ParserHelpers.c diff --git a/unsorted/Projects.c b/command_line/C++_Parser/Src/Library/Projects.c index dca9df2..dca9df2 100644 --- a/unsorted/Projects.c +++ b/command_line/C++_Parser/Src/Library/Projects.c diff --git a/unsorted/StaticParserGlue.c b/command_line/C++_Parser/Src/Library/StaticParserGlue.c index 7a44487..7a44487 100644 --- a/unsorted/StaticParserGlue.c +++ b/command_line/C++_Parser/Src/Library/StaticParserGlue.c diff --git a/unsorted/Targets.c b/command_line/C++_Parser/Src/Library/Targets.c index 378b9d7..378b9d7 100644 --- a/unsorted/Targets.c +++ b/command_line/C++_Parser/Src/Library/Targets.c diff --git a/unsorted/ToolHelpers-cc.c b/command_line/C++_Parser/Src/Library/ToolHelpers-cc.c index b58f188..b58f188 100644 --- a/unsorted/ToolHelpers-cc.c +++ b/command_line/C++_Parser/Src/Library/ToolHelpers-cc.c diff --git a/unsorted/ToolHelpers.c b/command_line/C++_Parser/Src/Library/ToolHelpers.c index e872546..e872546 100644 --- a/unsorted/ToolHelpers.c +++ b/command_line/C++_Parser/Src/Library/ToolHelpers.c diff --git a/unsorted/Utils.c b/command_line/C++_Parser/Src/Library/Utils.c index b627c4d..b627c4d 100644 --- a/unsorted/Utils.c +++ b/command_line/C++_Parser/Src/Library/Utils.c diff --git a/unsorted/uCOS.c b/command_line/PluginLib/Src/Internal/COSToolsCLT.c index 11f1668..11f1668 100644 --- a/unsorted/uCOS.c +++ b/command_line/PluginLib/Src/Internal/COSToolsCLT.c diff --git a/unsorted/uContextSecret.cpp b/command_line/PluginLib/Src/Internal/CWSecretPluginCallbacks.cpp index b33ca81..b33ca81 100644 --- a/unsorted/uContextSecret.cpp +++ b/command_line/PluginLib/Src/Internal/CWSecretPluginCallbacks.cpp diff --git a/unsorted/uContextParser.cpp b/command_line/PluginLib/Src/Library/CWParserPluginsPrivate.cpp index 35d6dfa..6973b4d 100644 --- a/unsorted/uContextParser.cpp +++ b/command_line/PluginLib/Src/Library/CWParserPluginsPrivate.cpp @@ -7,16 +7,16 @@ static CWParserContext *GetContext(CWPluginContext context) { return 0; } -CW_CALLBACK CWParserGetBuildDate(CWPluginContext context, const char **buildDate, const char **buildTime) { +CW_CALLBACK CWParserGetBuildDate(CWPluginContext context, const char **bdate, const char **btime) { CWParserContext *pc; if (!(pc = GetContext(context))) return cwErrInvalidCallback; - if (!buildDate) + if (!bdate) return cwErrInvalidParameter; - if (!buildTime) + if (!btime) return cwErrInvalidParameter; - *buildDate = pc->build_date; - *buildTime = pc->build_time; + *bdate = pc->build_date; + *btime = pc->build_time; return cwNoErr; } diff --git a/unsorted/uContext1.cpp b/command_line/PluginLib/Src/Library/CWPluginsPrivate.cpp index 7ac712d..2e0df81 100644 --- a/unsorted/uContext1.cpp +++ b/command_line/PluginLib/Src/Library/CWPluginsPrivate.cpp @@ -474,10 +474,10 @@ CW_CALLBACK CWPostFileAction(CWPluginContext context, const CWFileSpec *theFile) return context->callbacks->cbPostFileAction(context, theFile); } -CW_CALLBACK CWCheckoutLicense(CWPluginContext context, const char *a, const char *b, SInt32 c, void *d, SInt32 *cookiePtr) { +CW_CALLBACK CWCheckoutLicense(CWPluginContext context, const char *featureName, const char *licenseVersion, SInt32 flags, void *reserved, SInt32 *cookie) { if (!ValidateContext(context) && !ValidateInitTermContext(context)) return cwErrInvalidParameter; - return context->callbacks->cbCheckoutLicense(context, a, b, c, d, cookiePtr); + return context->callbacks->cbCheckoutLicense(context, featureName, licenseVersion, flags, reserved, cookie); } CW_CALLBACK CWCheckinLicense(CWPluginContext context, SInt32 cookie) { diff --git a/unsorted/uContextCL.cpp b/command_line/PluginLib/Src/Library/DropInCompilerLinkerPrivate.cpp index 2c0a0c7..2c0a0c7 100644 --- a/unsorted/uContextCL.cpp +++ b/command_line/PluginLib/Src/Library/DropInCompilerLinkerPrivate.cpp diff --git a/unsorted/TargetOptimizer-ppc-mach.c b/compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Options/Glue/TargetOptimizer-ppc-mach.c index 6c86356..6c86356 100644 --- a/unsorted/TargetOptimizer-ppc-mach.c +++ b/compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Options/Glue/TargetOptimizer-ppc-mach.c |