From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e60edb8dc1d5e3b3 X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: Conditonal compilation Date: 1996/04/02 Message-ID: #1/1 X-Deja-AN: 145455632 references: <4jrehm$489q@info4.rus.uni-stuttgart.de> <4xrau6d0l6.fsf@leibniz.enst-bretagne.fr> organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-04-02T00:00:00+00:00 List-Id: In article <4xrau6d0l6.fsf@leibniz.enst-bretagne.fr>, Laurent Guerby wrote: >-- pragma Source_File_Name --%x11 >-- (Unit_Name => Images.Display, --%x11 >-- Body_File_Name => "x11.images-display.adb"); --%x11 > > (The "--%x11" is here for Makefile easy-auto-configuration-sed >hacks.) ... Looks like macro preprocessing, to me. > Ada can be a portable language without too much external tools >(like preprocessors ands Makefiles) ;-). - Bob