diff src/lwasm.c @ 57:035b95a3690f

Added conditional assembly and macros
author lost
date Mon, 05 Jan 2009 00:01:21 +0000
parents 8e32696380f3
children b1d81800bc91
line wrap: on
line diff
--- a/src/lwasm.c	Sun Jan 04 21:43:05 2009 +0000
+++ b/src/lwasm.c	Mon Jan 05 00:01:21 2009 +0000
@@ -255,3 +255,9 @@
 	}
 	va_end(args);
 }
+
+int lwasm_next_context(asmstate_t *as)
+{
+	return (as -> nextcontext++);
+}
+