Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: #define DEBUG... (using printf for debugging) Message-ID: <12814@smoke.BRL.MIL> Date: 8 May 90 21:25:22 GMT References: <11290@hoptoad.uucp> <40628@cornell.UUCP> <801@oz.rci.dk> <1990May8.183211.2661@mdivax1.uucp> Organization: U.S. Army Ballistic Research Laboratory Lines: 6 In article <1990May8.183211.2661@mdivax1.uucp> mdivax1!robinson (Jim Robinson) writes: >Isn't the use of __LINE__ non-portable? I guess it depends on your definition of portable. The C standard requires that __LINE__ be supported by every conforming implementation.