From 08320410cb0ff17121972f29fbdcb5faa762e526 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Thu, 23 Apr 2009 09:12:03 -0500 Subject: [PATCH] fix missing comma in declarations. --- C/computils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/computils.c b/C/computils.c index 2b4714398..b9787ba71 100644 --- a/C/computils.c +++ b/C/computils.c @@ -637,7 +637,7 @@ static char *opformat[] = "unify_last_dbterm\t%w", "unify_last_longint\t%w", "unify_last_bigint\t%l", - "native_code" + "native_code", "function_to_var\t%v,%B", "function_to_val\t%v,%B", "function_to_0\t%B",