]> git.sur5r.net Git - cc65/blobdiff - src/ca65/asserts.c
Finished implemenation of commands to delete macros. Added the new commands to
[cc65] / src / ca65 / asserts.c
index 84b2621c700b4daa7bfe17a276ebc30bcd298683..d70f8f6023e230ff3dc33aa2270479ddd0ce1589 100644 (file)
@@ -84,7 +84,7 @@ static Assertion* NewAssertion (ExprNode* Expr, AssertAction Action, unsigned Ms
     A->Action   = Action;
     A->Msg      = Msg;
     A->LI       = EmptyCollection;
-    GetFullLineInfo (&A->LI);
+    GetFullLineInfo (&A->LI, 1);
 
     /* Return the new struct */
     return A;