This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: converting Ada to handle USE_MAPPED_LOCATION


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]