summaryrefslogtreecommitdiff
path: root/unsorted/Targets.c
diff options
context:
space:
mode:
Diffstat (limited to 'unsorted/Targets.c')
-rw-r--r--unsorted/Targets.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/unsorted/Targets.c b/unsorted/Targets.c
index 1c00170..378b9d7 100644
--- a/unsorted/Targets.c
+++ b/unsorted/Targets.c
@@ -5,8 +5,7 @@ ParserTool *pTool;
int SetParserToolInfo(ParserTool *tool) {
pTool = tool;
-#line 16
- OPTION_ASSERT(pTool->toolInfo && (parseopts.toolVersion || pTool->copyright));
+ OS_ASSERT(16, pTool->toolInfo && (parseopts.toolVersion || pTool->copyright));
return 1;
}