Purge C++-Style Comments (// ...), Make Compilation Succeed Under C90

This commit is contained in:
W. Felix Handte
2020-05-04 10:59:15 -04:00
parent 952427aebf
commit c7da66c9cf
11 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -781,7 +781,7 @@ listStats(const U32* table, int lastEltID)
int enb;
for (enb=0; enb < nbElts; enb++) {
(void)table;
//RAWLOG(2, "%3i:%3i, ", enb, table[enb]);
/* RAWLOG(2, "%3i:%3i, ", enb, table[enb]); */
RAWLOG(2, "%4i,", table[enb]);
}
RAWLOG(2, " \n");