/[tinycc]/tinycc/tcc.c
ViewVC logotype

Diff of /tinycc/tcc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.134 by bellard, Sun May 18 17:16:20 2003 UTC revision 1.135 by bellard, Sun May 18 18:48:33 2003 UTC
# Line 3812  static int macro_subst_tok(TokenString * Line 3812  static int macro_subst_tok(TokenString *
3812              /* NOTE: empty args are allowed, except if no args */              /* NOTE: empty args are allowed, except if no args */
3813              for(;;) {              for(;;) {
3814                  /* handle '()' case */                  /* handle '()' case */
3815                  if (!args && tok == ')')                  if (!args && !sa && tok == ')')
3816                      break;                      break;
3817                  if (!sa)                  if (!sa)
3818                      error("macro '%s' used with too many args",                      error("macro '%s' used with too many args",

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26