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_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,458fddd6852abb36 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1993-03-23 19:21:43 PST Newsgroups: comp.lang.ada Path: sparky!uunet!noc.near.net!howland.reston.ans.net!agate!linus!linus.mitre.org!linus!mbunix!eachus From: eachus@dr_no.mitre.org (Robert I. Eachus) Subject: Re: Function call or variable? In-Reply-To: je@unix.brighton.ac.uk's message of 23 Mar 93 16:02:13 GMT Message-ID: Sender: news@linus.mitre.org (News Service) Nntp-Posting-Host: dr-no.mitre.org Organization: The Mitre Corp., Bedford, MA. References: <1993Mar23.160213.4246@unix.brighton.ac.uk> Date: Wed, 24 Mar 1993 02:10:31 GMT Date: 1993-03-24T02:10:31+00:00 List-Id: John English by the way he quoted me seems to imply that I was endorsing #define, when actually we are in violent argeement. I also agree that there exist sensible C programmers--not that there are many of them. :-) However, const does come with a different set of potential problems, it is just a much smaller set. (The watch it! involves consts included in different modules, whose values depend on globals... There is no guarentee that the const will evaluate the same in every unit. Another one of those C "features" where good library management discipline is essential.) -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...