]> git.sur5r.net Git - cc65/blobdiff - src/ca65/asserts.h
Improve the assertion check
[cc65] / src / ca65 / asserts.h
index 0aef773a83a073cd84a6253954a531a67b08936d..09824e9afaa4581f2b60ae0e26408741e60919af 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2003      Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
-/*               D-70794 Filderstadt                                         */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 2003-2005, Ullrich von Bassewitz                                      */
+/*                Römerstrasse 52                                            */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -58,6 +58,9 @@ struct ExprNode;
 void AddAssertion (struct ExprNode* Expr, unsigned Action, unsigned Msg);
 /* Add an assertion to the assertion table */
 
+void CheckAssertions (void);
+/* Check all assertions and evaluate the ones we can evaluate here. */
+
 void WriteAssertions (void);
 /* Write the assertion table to the object file */