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: Ada does not build (line too long)


Andreas Schwab <schwab@suse.de> writes:

> Ada does not build because almost all source files have lines that are
> too long.

On a branch?  On mainline?

If the problem is on a branch, you need to import this patch:

2002-03-14  Geoffrey Keating  <geoffk@redhat.com>

        Delete all lines containing "$Revision:".
        * xeinfo.adb: Don't look for revision numbers.
        * xnmake.adb: Likewise.
        * xsinfo.adb: Likewise.
        * xsnames.adb: Likewise.
        * xtreeprs.adb: Likewise.

because apparently ACT doesn't use many branches, and so didn't expect that
the Revision keyword could expand to something as large as '1.12.3.10'.

-- 
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>


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