Parent Directory
|
Revision Log
|
Patch
revision 532 by ph10, Tue Jun 1 16:21:42 2010 UTC | revision 533 by ph10, Wed Jun 2 19:02:41 2010 UTC | |
---|---|---|
# | Line 4757 for (;; ptr++) | Line 4757 for (;; ptr++) |
4757 | arg = ++ptr; | arg = ++ptr; |
4758 | while ((cd->ctypes[*ptr] & (ctype_letter|ctype_digit)) != 0 | while ((cd->ctypes[*ptr] & (ctype_letter|ctype_digit)) != 0 |
4759 | || *ptr == '_') ptr++; | || *ptr == '_') ptr++; |
4760 | arglen = ptr - arg; | arglen = (int)(ptr - arg); |
4761 | } | } |
4762 | ||
4763 | if (*ptr != CHAR_RIGHT_PARENTHESIS) | if (*ptr != CHAR_RIGHT_PARENTHESIS) |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |