diff datum.h @ 13:23dd9c766699

C backend close to being useable
author mpavone@
date Tue, 26 May 2009 23:49:46 +0000
parents 76568becd6d6
children
line wrap: on
line diff
--- a/datum.h	Mon May 25 23:34:36 2009 -0400
+++ b/datum.h	Tue May 26 23:49:46 2009 +0000
@@ -92,11 +92,11 @@
 #define DATUM_YES	1
 #define DATUM_NO	0
 
-#define BUILTIN_TYPE_SCREEN_CUSTOM		17
-#define BUILTIN_TYPE_CUSTOM_WIDGET		16
-#define BUILTIN_TYPE_CHECKBOX			20
-#define BUILTIN_TYPE_DROPDOWN			21
 #ifdef GUI_LIB
+	#define BUILTIN_TYPE_SCREEN_CUSTOM		17
+	#define BUILTIN_TYPE_CUSTOM_WIDGET		16
+	#define BUILTIN_TYPE_CHECKBOX			20
+	#define BUILTIN_TYPE_DROPDOWN			21
 	#ifdef SYLLABLE
 		#define USER_DEFINED_TYPES			22
 		#define BUILTIN_TYPE_BLUEPRINT		19