/[global]/global/gctags/C.c
ViewVC logotype

Diff of /global/gctags/C.c

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

revision 1.47 by h-iwamoto, Mon Oct 4 12:15:34 2004 UTC revision 1.48 by shigio, Thu Oct 7 15:46:59 2004 UTC
# Line 573  function_definition(target, arg1) Line 573  function_definition(target, arg1)
573                  else if (c == /* ( */')' || c == ']')                  else if (c == /* ( */')' || c == ']')
574                          brace_level--;                          brace_level--;
575                  else if (brace_level == 0                  else if (brace_level == 0
576                      && ((c == SYMBOL && strcmp(token, "__THROW")) || IS_RESERVED(c)))                      && ((c == SYMBOL && strcmp(token, "__THROW")) || IS_RESERVED_WORD(c)))
577                          isdefine = 1;                          isdefine = 1;
578                  else if (c == ';' || c == ',') {                  else if (c == ';' || c == ',') {
579                          if (!isdefine)                          if (!isdefine)

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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