Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2002 10:26:32 -0700 (PDT)
From:      "J. Mallett" <jmallett@FreeBSD.org>
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
Message-ID:  <200204171726.g3HHQW830293@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204171726.g3HHQW830293>