* bust the other places still accessing token values directly:
[citadel.git] / webcit / subst.h
index 241cc7cba9332c747a13622cf300ff90d7fe749c..970aa0368e837eb6649aab0f32cc1c1ec2a6885f 100644 (file)
@@ -18,6 +18,7 @@ extern HashList *LocalTemplateCache;
 #define TYPE_INTDEFINE 8
 #define MAXPARAM  20
 
+#define IS_NUMBER(a) ((a == TYPE_LONG) || (a == TYPE_PREFINT) || (a == TYPE_INTDEFINE))
 
 /*
  * \brief Values for wcs_type