Xref: utzoo comp.lang.c:28607 comp.unix.wizards:21898 comp.sources.d:5311 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.lang.c,comp.unix.wizards,comp.sources.d Subject: Re: #define DEBUG... (using printf for debugging) Message-ID: <3326@auspex.auspex.com> Date: 9 May 90 20:44:59 GMT References: <40628@cornell.UUCP> <801@oz.rci.dk> <1990May8.183211.2661@mdivax1.uucp> Followup-To: comp.lang.c Organization: Auspex Systems, Santa Clara Lines: 4 >Isn't the use of __LINE__ non-portable? The use of __LINE__ is portable to all ANSI C implementations, and to many non-ANSI C implementations (including most, if not all, UNIX ones).