summaryrefslogtreecommitdiff
path: root/Help.c
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2022-10-08 15:47:26 +0100
committerAsh Wolf <ninji@wuffs.org>2022-10-08 15:47:26 +0100
commitaf15bf78ad6b0663db22c507d4abcdd7b83dfb8a (patch)
treeac133f5e22f35488211a5277e26afcb1a0eb384f /Help.c
parent97f6a2438df1eaeb4128ce36f29346ea38a3db4a (diff)
downloadMWCC-af15bf78ad6b0663db22c507d4abcdd7b83dfb8a.tar.gz
MWCC-af15bf78ad6b0663db22c507d4abcdd7b83dfb8a.zip
add missing CError.h, finish more of Option.c, update variable names to match official names from asserts in the Windows build
Diffstat (limited to '')
-rw-r--r--Help.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Help.c b/Help.c
index d54ab71..aab179d 100644
--- a/Help.c
+++ b/Help.c
@@ -408,10 +408,6 @@ int Help_Option(struct OptionList *lst, struct Option *opt, int subprint, const
return 1;
}
-inline int IsCompiler() {
- return (Option_ThisTool() == (unsigned int) OTF_TOOL_COMPILER) ? LISTFLAGS_COMPILER : LISTFLAGS_LINKER;
-}
-
void Help_Options(struct OptionList *lst, int subprint, const char *keyword) {
Option **opts;
int toolflags;