Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!saxony!dgil From: dgil@pa.reuter.COM (Dave Gillett) Newsgroups: comp.lang.c Subject: Re: structured entry of #if preprocessor commands Message-ID: <771@saxony.pa.reuter.COM> Date: 11 Feb 91 23:41:08 GMT References: <1991Feb10.063915.5476@ccu.umanitoba.ca> Distribution: na Organization: Reuter:file Inc (A Reuter Company) Palo Alto, CA Lines: 14 In <1991Feb10.063915.5476@ccu.umanitoba.ca> umsmigie@ccu.umanitoba.ca (Jason Smigiel) writes: >Is it common practice not to structure preprocessor commands in ANSI C? ^^^^^^^^^ The word "structure", as a noun and a verb, has a variety of meanings that are useful in a programming context. However, its use as a verb synonymous (according to Jason's example) with "indent" is not among those. Indentation is commonly used as a technique to make structure visible, but it is not structure in a programming sense and should never be mistaken for it. Dave