dump fixes
[m6w6/ext-psi] / src / calc.h
index 0c2678cde2daf48ca431443c1aab8bbd34d09b47..6361ce8131360412851da2a833b10a3e0f1fe658 100644 (file)
@@ -29,9 +29,9 @@
 #include "token.h"
 #include "types/impl_val.h"
 
-#define PRIfval ".13gF"
-#define PRIdval ".53g"
-#define PRIldval ".64LgL"
+#define PRIfval ".6g"
+#define PRIdval ".16g"
+#define PRIldval ".29Lg"
 
 typedef token_t (*psi_calc)(token_t t1, impl_val *v1, token_t t2, impl_val *v2, impl_val *res);