Date: Tue, 18 Feb 1997 17:14:59 -0800 (PST) From: asami@vader.cs.berkeley.edu (Satoshi Asami) To: wosch@campa.panke.de.cs.tu-berlin.de Cc: ports@freebsd.org Subject: Re: emacs does not compile with -Dlint Message-ID: <199702190114.RAA05355@vader.cs.berkeley.edu> In-Reply-To: <199702182123.WAA07500@campa.panke.de> (message from Wolfram Schneider on Tue, 18 Feb 1997 22:23:47 %2B0100)
next in thread | previous in thread | raw e-mail | index | archive | help
* The emacs port does not compile if you have CFLAGS=-Dlint * in /etc/make.conf Is this a problem? You are #defining a non-reserved (user space) identifier to "1", so anything can happen. (Yes, I know about the "#ifndef lint" stuff, but those days are long past.) Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702190114.RAA05355>