From owner-cvs-all Wed Apr 17 10:26:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9105E37B404; Wed, 17 Apr 2002 10:26:32 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3HHQW830293; Wed, 17 Apr 2002 10:26:32 -0700 (PDT) (envelope-from jmallett) Message-Id: <200204171726.g3HHQW830293@freefall.freebsd.org> From: "J. Mallett" Date: Wed, 17 Apr 2002 10:26:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 eval.c extern.h m4.1 main.c mdef.h misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/04/17 10:26:32 PDT Modified files: usr.bin/m4 eval.c extern.h m4.1 main.c mdef.h misc.c Log: This adds support for -s to the m4(1) utility, which causes #line directives to be emitted as per the C preprocessor. It updates the manual page in regards to standards accordingly. PR: standards/36075 Submitted by: tjr Reviewed by: mike MFC after: 1 week Revision Changes Path 1.15 +7 -1 src/usr.bin/m4/eval.c 1.7 +5 -0 src/usr.bin/m4/extern.h 1.13 +39 -6 src/usr.bin/m4/m4.1 1.12 +28 -3 src/usr.bin/m4/main.c 1.4 +4 -1 src/usr.bin/m4/mdef.h 1.9 +3 -2 src/usr.bin/m4/misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message