Home | History | Annotate | Download | only in info

Lines Matching full:comma

1290 space.  Parentheses within each argument must balance; a comma within
1293 prevent a comma from separating arguments. Thus,
1324 there must be exactly one comma at the top level of its argument list.
1545 string. In standard C, you cannot omit the comma separating the named
1548 will be an extra comma after the format string.
1560 between a comma and a variable argument. If you write
1565 then the comma before the `##' will be deleted. This does _not_ happen
1567 preceding `##' is anything other than a comma.
1576 comma must remain, however the existing GCC extension used to swallow
1577 the comma. So CPP retains the comma when conforming to a specific C
1594 Previous versions of CPP implemented the comma-deletion extension
1598 a comma, and there must be white space between that comma and whatever
2578 The extra pair of parentheses prevents the comma in `foo''s
3406 within parentheses, are comma-separated, and can cross physical lines.
3409 a following comma or parenthesis that comes before the closing quote is
3838 a comma and a variable arguments parameter, and the variable
3839 argument is omitted entirely, the comma will be removed from the
3841 `##' is not a comma, then `##' behaves as a normal token paste.