Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!utah-cs!donn From: donn@utah-cs.UUCP (Donn Seeley) Newsgroups: net.unix-wizards,net.lang.c Subject: C bug of the week Message-ID: <3763@utah-cs.UUCP> Date: Wed, 23-Apr-86 04:45:05 EDT Article-I.D.: utah-cs.3763 Posted: Wed Apr 23 04:45:05 1986 Date-Received: Sun, 27-Apr-86 07:26:34 EDT Organization: University of Utah CS Dept Lines: 24 Xref: watmath net.unix-wizards:17825 net.lang.c:8743 /* * If you have a Reiser 'cpp', try running 'lint' on this program. * Observe the amusing errors. It's not too hard to guess what's * going wrong... */ # define X /* Watch lint get very confused */ X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X #ifdef notdef int i = 1; #endif syntax error #ifdef notdef Donn Seeley University of Utah CS Dept donn@utah-cs.arpa 40 46' 6"N 111 50' 34"W (801) 581-5668 decvax!utah-cs!donn #endif