From owner-cvs-src@FreeBSD.ORG Tue Jul 1 08:30:44 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 E75CC37B401; Tue, 1 Jul 2003 08:30:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A3244011; Tue, 1 Jul 2003 08:30:43 -0700 (PDT) (envelope-from fanf@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 h61FUh0U022641; Tue, 1 Jul 2003 08:30:43 -0700 (PDT) (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h61FUh4x022640; Tue, 1 Jul 2003 08:30:43 -0700 (PDT) Message-Id: <200307011530.h61FUh4x022640@repoman.freebsd.org> From: Tony Finch Date: Tue, 1 Jul 2003 08:30:43 -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/unifdef unifdef.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: Tue, 01 Jul 2003 15:30:44 -0000 fanf 2003/07/01 08:30:43 PDT FreeBSD src repository Modified files: usr.bin/unifdef unifdef.c Log: Improve expression evaluation debugging output, tidy up the handling of EOF, and improve the commentary about backslash-newline handling. Revision Changes Path 1.18 +23 -22 src/usr.bin/unifdef/unifdef.c