diff runtime/builtin.h @ 139:a68e6828d896

Global stores and transactions are working. Definately leaks memory on retries. Probably a fair number of bugs to work out. However, a basic test program works.
author Mike Pavone <pavone@retrodev.com>
date Fri, 19 Nov 2010 04:04:14 -0500
parents 5a08705f7610
children c14698c512f1
line wrap: on
line diff
--- a/runtime/builtin.h	Tue Nov 16 21:53:18 2010 -0500
+++ b/runtime/builtin.h	Fri Nov 19 04:04:14 2010 -0500
@@ -25,6 +25,7 @@
 	TYPE_METHODMISSINGEXCEPTION,
 	TYPE_FIELDMISSINGEXCEPTION,
 	TYPE_WRONGTYPEEXCEPTION,
+	TYPE_MUTABLEGLOBAL,
 	TYPE_FIRST_USER //Insert new builtin types before this one
 };