Index: trunk/psLib/test/pstap/src/pstap.h
===================================================================
--- trunk/psLib/test/pstap/src/pstap.h	(revision 12738)
+++ trunk/psLib/test/pstap/src/pstap.h	(revision 35767)
@@ -144,2 +144,12 @@
     } \
 }
+
+# define ok_float      is_float     
+# define ok_float_tol  is_float_tol 
+# define ok_double     is_double    
+# define ok_double_tol is_double_tol
+# define ok_str	       is_str	      
+# define ok_strn       is_strn      
+# define ok_int	       is_int	      
+# define ok_long       is_long      
+# define ok_bool       is_bool      
