Xref: utzoo comp.lang.c:8818 comp.lang.misc:1395 Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!ll-xn!mit-eddie!uw-beaver!cornell!rochester!ken From: ken@cs.rochester.edu (Ken Yap) Newsgroups: comp.lang.c,comp.lang.misc Subject: Re: == vs. = a final word Message-ID: <8263@sol.ARPA> Date: 1 Apr 88 14:42:12 GMT References: <1222@PT.CS.CMU.EDU> <2285@phoenix.Princeton.EDU> Reply-To: ken@cs.rochester.edu (Ken Yap) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 20 Yeah, I saw a .h file that did: #define K *1000 Of course the next time somebody used K as a variable... A couple of us wasted 10 minutes figuring this out. Really stupid. Other inanities included #define IS_EQUAL == #define function Of course, one day I compiled a graphics routine with: int (*function)(); Ken PS: I like C. And Pascal, sometimes. And other languages. It's people who have to make C look like the last language they learnt and never get used to the new lingo that make life difficult.