From owner-cvs-all@FreeBSD.ORG Sat May 3 12:50:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC4D437B401; Sat, 3 May 2003 12:50:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF1C43FBD; Sat, 3 May 2003 12:50:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h43Jog0U068529; Sat, 3 May 2003 12:50:42 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h43JofNo068527; Sat, 3 May 2003 12:50:41 -0700 (PDT) Message-Id: <200305031950.h43JofNo068527@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 3 May 2003 12:50:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/xlint/xlint xlint.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 19:50:43 -0000 obrien 2003/05/03 12:50:41 PDT FreeBSD src repository Modified files: usr.bin/xlint/xlint xlint.c Log: GCC 3.3's cpplib does not impliment -$ (forbid the use of $ in identifiers). Revision Changes Path 1.23 +0 -1 src/usr.bin/xlint/xlint/xlint.c