diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-20 07:41:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-20 07:41:23 +0000 |
| commit | 0a8bb162553e9e2ae54fb39741907c13f9f5128f (patch) | |
| tree | 26f639f8b44f9bbb2335279e33f8a35d2cbf42e4 /usr.bin | |
| parent | a2e6df2951f1ce62de681fbe6f8ae910500d80dc (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/indent/lexi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index 59704514e4d0a..7c3892c48bc60 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -261,6 +261,8 @@ lexi() return (casestmt); case 3: /* a "struct" */ + if (ps.p_l_follow) + break; /* inside parens: cast */ /* * Next time around, we may want to know that we have had a * 'struct' |
