commit 7c3f0b62951ceca97346364927b4479df19fae9f
parent 12a1595a92bd0d44937e18a3b6bea27ea4161b8a
Author: Tomas Hlavaty <tom@logand.com>
Date: Sun, 18 Mar 2012 12:42:27 +0100
nicer unoidl2ast output
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unoidl2ast.c b/unoidl2ast.c
@@ -28,7 +28,7 @@ extern const Any ast;
extern const Any root2;
static Any pr1(Any x) {print(x); printf("\n\n");}
-static void cell2ast(Any x, Any k, Any p, Any v) {print(v);}
+static void cell2ast(Any x, Any k, Any p, Any v) {pr1(v);}
int main() {
init();