From owner-cvs-src@FreeBSD.ORG Sat May 3 12:54:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 251F137B401; Sat, 3 May 2003 12:54:09 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFAD43F85; Sat, 3 May 2003 12:54:08 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h43Js7A7030819; Sat, 3 May 2003 13:54:07 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 03 May 2003 13:53:58 -0600 (MDT) Message-Id: <20030503.135358.115654442.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200305031950.h43JofNo068527@repoman.freebsd.org> References: <200305031950.h43JofNo068527@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xlint/xlint xlint.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 19:54:09 -0000 In message: <200305031950.h43JofNo068527@repoman.freebsd.org> "David E. O'Brien" writes: : GCC 3.3's cpplib does not impliment -$ (forbid the use of $ in identifiers). Hmmmm, finally losing the last vestiges of VMS support. SYS$EXIT(1); Warner