On Sat, 2005-03-19 at 11:52 -0800, Per Bothner wrote: > && line not excessively big; > The latter is a heuristic to avoid using up line number too greedily; > I suspect it may not be an issue.
IIRC, current default max line length for Ada programs is 255, and 32767 for configuration pragmas. But it's always better to be prepared for the worse :). Laurent