* etc/bench.pl.in: Use "continue" instead of {}.
+2008-10-28 Akim Demaille <demaille@gostai.com>
+
+ Prefer "continue" for empty loop bodies.
+ * etc/bench.pl.in: Use "continue" instead of {}.
+
2008-10-28 Akim Demaille <demaille@gostai.com>
Space and comments changes.
2008-10-28 Akim Demaille <demaille@gostai.com>
Space and comments changes.
/* Skip white space. */
while ((c = get_char ()) == ' ' || c == '\t')
/* Skip white space. */
while ((c = get_char ()) == ' ' || c == '\t')
/* process numbers */
if (c == '.' || isdigit (c))
/* process numbers */
if (c == '.' || isdigit (c))