Deleted Added
full compact
42c42
< __FBSDID("$FreeBSD: head/usr.bin/indent/lexi.c 116390 2003-06-15 09:28:17Z charnier $");
---
> __FBSDID("$FreeBSD: head/usr.bin/indent/lexi.c 125618 2004-02-09 12:52:15Z bde $");
67c67
< struct templ specials[1000] =
---
> struct templ specials[100] =
97,98d96
< {"const", 9},
< {"volatile", 9},
277,281c275
< break; /* inside parens: cast */
< /*
< * Next time around, we may want to know that we have had a
< * 'struct'
< */
---
> break; /* inside parens: cast */
285,286c279,280
< * Fall through to test for a cast, function prototype or
< * sizeof().
---
> * Next time around, we will want to know that we have had a
> * 'struct'
291,298c285
<
< /*
< * Forget that we saw `struct' if we're in a sizeof().
< */
< if (ps.sizeof_mask)
< l_struct = false;
<
< break; /* inside parens: cast, prototype or sizeof() */
---
> break; /* inside parens: cast */