Changed multi-line C comments into another style.

The left side doesn't look unbalanced.
This commit is contained in:
Greg King
2014-06-30 05:10:35 -04:00
parent 132d57f1ad
commit 0390c34e88
502 changed files with 8869 additions and 8884 deletions

View File

@@ -78,8 +78,9 @@ static const struct {
{"qwerty 095 2", "qwerty %i%i", 2, INT, {0} , INT, {95}},
{"qwerty 0e5 2", "qwerty %i%i", 1, INT, {0} , INT, {0}},
/* (String pointers are cast as (int),
* in order to avoid cc65 warnings.) */
/* [String pointers are cast as (int),
** in order to avoid cc65 warnings.]
*/
/* Test that character specifiers can handle end-of-file. */
{"qwerty" , "qwerty %s%s" , EOF, CHAR, {(int)""}, CHAR, {(int)""}},