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.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bd3300f3a56e7f45 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-19 00:36:12 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!news-out.tin.it!news-in.tin.it!news.finmeccanica.it!not-for-mail From: "Riccardo" Newsgroups: comp.lang.ada Subject: different compilers: different standard types????? Date: Fri, 19 Mar 2004 08:33:55 +0100 Organization: studenti Message-ID: NNTP-Posting-Host: 172.26.101.146 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:6435 Date: 2004-03-19T08:33:55+01:00 List-Id: Thanks ! My problem was of course not to define new types but to use the same type (with the same source files!) on both the consoles (a Sun Spark and an Alpha Digital ). So in defining new types I have to be sure that I don't have to manage different source codes. I'm looking for a sort of pragma that should help me to share the needs of the two implementations (as the "conditional compilation" in C). I saw that the pragma System is a deprecated one. Is there something useful that allows the operation?