Unifiy the comments of preprocessor conditionals

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2016-04-18 17:09:15 +02:00
parent df1e428c71
commit 3a8d3b3bcc
56 changed files with 165 additions and 165 deletions
+2 -2
View File
@@ -56,9 +56,9 @@ mem_finalize (bool is_show_mem_stats) /**< show heap memory stats
{
mem_stats_print ();
}
#else /* MEM_STATS */
#else /* !MEM_STATS */
(void) is_show_mem_stats;
#endif /* !MEM_STATS */
#endif /* MEM_STATS */
mem_heap_finalize ();
} /* mem_finalize */