basic support for builtins
[m6w6/ext-psi] / src / calc.h
index 21ece7b4319aa984704a1aa02e0e1527dbff6c3e..0c2678cde2daf48ca431443c1aab8bbd34d09b47 100644 (file)
@@ -30,7 +30,7 @@
 #include "types/impl_val.h"
 
 #define PRIfval ".13gF"
-#define PRIdval ".53lg"
+#define PRIdval ".53g"
 #define PRIldval ".64LgL"
 
 typedef token_t (*psi_calc)(token_t t1, impl_val *v1, token_t t2, impl_val *v2, impl_val *res);