Path: utzoo!attcan!uunet!decwrl!sdd.hp.com!samsung!cs.utexas.edu!rutgers!mephisto!udel!princeton!grendel.Princeton.EDU From: rhl@grendel.Princeton.EDU (Robert Lupton (the Good)) Newsgroups: comp.lang.c Subject: CPP bug in sun OS cc?? (or ANSI standard interpretation??) Message-ID: <1579@idunno.Princeton.EDU> Date: 1 Aug 90 15:30:14 GMT Sender: news@idunno.Princeton.EDU Organization: Princeton University, Princeton, New Jersey Lines: 14 The following fails to compile on a sparc running Sun O/S 4.0.3: #define line LINE main() { #line 1234 "junk.c" } as the "#line" is treated as "#LINE" -- does ansi allow this?? Robert