Replace // double slash comments with /* */. (#1461)

JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
Robert Sipka
2016-11-29 15:54:35 +01:00
committed by Tilmann Scheller
parent 4d2c22a118
commit fb3e8cf8b8
54 changed files with 362 additions and 366 deletions
+3 -3
View File
@@ -20,13 +20,13 @@
#include "test-common.h"
// Iterations count
/* Iterations count. */
#define test_iters (1024)
// Sub iterations count
/* Sub iterations count. */
#define test_subiters (128)
// Max bytes in string
/* Max bytes in string. */
#define max_bytes_in_string (16 * 1024)
#define max_code_units_in_string (max_bytes_in_string)