Mercurial > hg > xemacs-beta
diff lib-src/ootags.c @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | abe6d1db359e |
children | 8b63e21b0436 |
line wrap: on
line diff
--- a/lib-src/ootags.c Wed Aug 08 12:15:04 2001 +0000 +++ b/lib-src/ootags.c Mon Aug 13 04:46:48 2001 +0000 @@ -4411,7 +4411,7 @@ /* Save only the first clause. */ if (last == NULL - || len != strlen (last) + || len != (int) strlen (last) || !strneq (s, last, len)) { pfnote ((CTAGS) ? savenstr (s, len) : NULL, TRUE, @@ -4565,7 +4565,7 @@ /* Save only the first clause. */ if (s[pos++] == '(' && (last == NULL - || len != strlen (last) + || len != (int) strlen (last) || !strneq (s, last, len))) { pfnote ((CTAGS) ? savenstr (s, len) : NULL, TRUE,