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,3db17e1869f3a33d X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Ada95 Streams Question Date: 1996/06/28 Message-ID: #1/1 X-Deja-AN: 162815926 references: <9606232338.AA12517@nile.gnat.com> <4qlshm$1j9e@info4.rus.uni-stuttgart.de> <4r0ph3$2clm@info4.rus.uni-stuttgart.de> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-06-28T00:00:00+00:00 List-Id: Michael asked "I already had a look at that and it indeed appears to be quite straight forward to make the necessay changes. What I am not sure about is whether I can just substitute s-stratt.adb with a new XDR version or whether I will have to rebuild the compiler too. I just did not yet have the time to check that out (I admit that a look into the makefile should make that clear)." There is no need to rebuild the compiler, this is strictly a runtime routine. Of course, as usual, you should compile with -gnatn to avoid overheads from extra calls to these small routines in the runtime library.