From bb8a2aa3e5b02e297a2ef79131a511efe21d78d8 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 13 Jul 2016 11:54:16 -0700 Subject: Don't emit empty array literals in trace output (#631) * don't emit empty array literals in trace output --- src/binaryen-c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/binaryen-c.h') diff --git a/src/binaryen-c.h b/src/binaryen-c.h index 3ed5f167f..b32fa566a 100644 --- a/src/binaryen-c.h +++ b/src/binaryen-c.h @@ -423,7 +423,7 @@ BinaryenExpressionRef RelooperRenderAndDispose(RelooperRef relooper, RelooperBlo // When calling this to turn on tracing, the prelude of the full program is printed, // and when calling it to turn it off, the ending of the program is printed, giving // you the full compilable testcase. -// TODO: compile-time option to enable/disable this feature entirely at build time. +// TODO: compile-time option to enable/disable this feature entirely at build time? void BinaryenSetAPITracing(int on); #ifdef __cplusplus -- cgit v1.2.3