diff lwlib/lw_expr.c @ 377:67373a053c49

Add ?rts target for branch instructions Add a ?rts target for branch instructions, which brances to the nearest RTS or inverts the branch logic to branch around a generated RTS. Activated by a pragma "qrts". Thanks to Erik G <erik@6809.org> for the patch.
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 20:50:02 -0600
parents 433dbc18fb41
children 6153cb49403c
line wrap: on
line diff
--- a/lwlib/lw_expr.c	Mon Jul 13 20:47:30 2015 -0600
+++ b/lwlib/lw_expr.c	Mon Jul 13 20:50:02 2015 -0600
@@ -24,7 +24,6 @@
 #include <string.h>
 #include <ctype.h>
 
-#define ___lw_expr_c_seen___
 #include "lw_alloc.h"
 #include "lw_expr.h"
 #include "lw_error.h"