]> git.sur5r.net Git - cc65/blobdiff - src/od65/error.c
Added two replacements for negax. Shift right for signed values can be treated
[cc65] / src / od65 / error.c
index 8b3da8a46133312f94118361e1f99cf21197e095..3d934e5c1832c3577086d8e7ab5303ef0158e770 100644 (file)
 
 
 
-/*****************************************************************************/
-/*                                  Data                                    */
-/*****************************************************************************/
-
-
-
-/* Messages for internal compiler errors */
-const char _MsgCheckFailed [] =
-    "Check failed: `%s' (= %d), file `%s', line %u\n";
-const char _MsgPrecondition [] =
-    "Precondition violated: `%s' (= %d), file `%s', line %u\n";
-const char _MsgFail [] =
-    "%s, file `%s', line %u\n";
-
-
-
 /*****************************************************************************/
 /*                                          Code                                    */
 /*****************************************************************************/