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=0.8 required=5.0 tests=BAYES_05,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,47bd5b7b3b898723 X-Google-Attributes: gid103376,public From: Rex Reges <73653.1634@CompuServe.COM> Subject: Form feed comment for pragma Page Date: 1996/06/04 Message-ID: <4p04vi$3ui$1@mhafn.production.compuserve.com>#1/1 X-Deja-AN: 158326992 organization: CompuServe, Inc. (1-800-689-0736) newsgroups: comp.lang.ada Date: 1996-06-04T00:00:00+00:00 List-Id: One unusually nonportable bit of Ada code occurs when you place a form feed character in a comment after a pragma Page: pragma page ; -- ^L (form feed for pagination during -- straight printing of the source code file) Compilers issue informationals about either: 1) Comments after pragma Page do not have to be printed in the source code. 2) The form feed character isn't in the allowed set of characters for Ada source code. It appears that problem number 1 should go away in Ada 95 because all pragmas must be printed out in the source listing. However, this may cause an extra form feed. -- or you can call me The Fixer... or you can e-mail me at RegesR@pgate.he.boeing.com