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,a9191cf312bd54f4 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: How to keep the C code produced by GNAT ? Date: 1996/12/09 Message-ID: #1/1 X-Deja-AN: 203284781 references: <1996Dec6.153517.5380@news> <58a36c$13ra@mdnews.btv.ibm.com> <58fbmg$guc@hubcap.clemson.edu> organization: New York University newsgroups: comp.lang.ada Date: 1996-12-09T00:00:00+00:00 List-Id: Adam Tyner said "What I believe he's thinking of is there is a file with a .C extension that's produced when GNAT compiles. I've edited one of these .C files that was left when GNAT crashed once, and Dale's right -- it's not C, despite the extension." That's odd, no ijntermediate files with an exception of .C are generated to my knowledge, other than the binder generated main program file.