> 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 :).

Actually that's no longer the same. You can have line length much bigger
now with GNAT, assuming you use the proper compiler switch.

As Geert said, we do not want to create a strong dependency between the Ada
front-end and one particular GCC back-end notion of linemap/source location.

Arno

Reply via email to