[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The suffix of files about inline function
- Date: Wed, 24 Sep 2008 09:39:22 +0200
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: The suffix of files about inline function
On Wed, 2008-09-24 at 15:06 +0800, yijun li wrote:
> The suffix of files about inline function is *.inl, the files is in
> "\cpukit\score\inline\rtems\score".
> I think that's really not necessary, *.c is enough.
These files are no compilable units => Naming them *.c would be wrong.
If an alternate name should be used, then renaming them into *.h would
be appropriate, because these files actually are headers.
> If the suffix is *.inl, some insight program can not find them.
Well, *.inl is a non-standard suffix, so you can't expect it to work.
You'll have to fix/alter insight to get this working.
Ralf