[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How are system parameters entered into s-taprop.adb?



Svante Signell <svante.signell@telia.com> writes:

> Looks like if there is an .adb file present, the corresponding .ads
> file is not compiled. 

Depends on what you mean by "compiled".

.ads files are read by the compiler. No separate .o file is produced.

> Can I freely remove the .adb file to get the .ads file compiled. 

Then you won't have the code; what would be the point? The compiler will
complain that the body is missing.

Just trust the compiler to do the right thing.

-- 
-- Stephe


Reply to: