[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
indent
- Date: Wed, 9 Sep 1998 11:26:17 -0500 (CDT)
- From: joel at oarcorp.com (joel at oarcorp.com)
- Subject: indent
On Tue, 8 Sep 1998, Quality Quorum wrote:
> I took about 1 minute to execute
>
> find . -name '*.[hc]' -exec indent {} \;
>
> from rtems-980824/c/src on P166/32MB/Linux.
Well this part is good news.
> It generated some error messages, which are attached.
Looking at the errors, they appear to mostly fall into a handful of cases:
+ port specific code which has inline assembly language
+ C++
+ multiline strings
I think the multiline strings are confusing indent the most. I did not
look at the C++ to see why it was not working.
--joel
- References:
- indent
- From: qqi at world.std.com (Quality Quorum)