From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2445 invoked by alias); 10 Mar 2002 19:06:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 2412 invoked by uid 71); 10 Mar 2002 19:06:01 -0000 Date: Sun, 10 Mar 2002 11:06:00 -0000 Message-ID: <20020310190601.2410.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Joseph S. Myers" Subject: Re: ada/5907: The Ada front end lacks a proper manual Reply-To: "Joseph S. Myers" X-SW-Source: 2002-03/txt/msg00319.txt.bz2 List-Id: The following reply was made to PR ada/5907; it has been noted by GNATS. From: "Joseph S. Myers" To: Florian Weimer Cc: , , Subject: Re: ada/5907: The Ada front end lacks a proper manual Date: Sun, 10 Mar 2002 18:59:53 +0000 (GMT) On Sun, 10 Mar 2002, Florian Weimer wrote: > We would need a couple of hundered macros, I think. For example, the > preprocessing rewrites all strings like "hello.adb" to "HELLO.ADB", > "hello.o" to "HELLO.OBJ", and so on. If you had to write > "@helloadb{}" and "@helloo{}", reading the sources would become rather > difficult. Define a macro that's used like @vmsfile{hello.adb}{HELLO.ADB}. -- Joseph S. Myers jsm28@cam.ac.uk