Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Dec 2003 20:26:21 -0400
From:      David Bremner <bremner@unb.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/59883: divert cannot be renamed in FreeBSD m4
Message-ID:  <E1AQyMv-000Cm8-Lf@convex.cs.unb.ca>
Resent-Message-ID: <200312020030.hB20UL5B070280@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59883
>Category:       bin
>Synopsis:       divert cannot be renamed in FreeBSD m4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 01 16:30:21 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Bremner
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
University of New Brunswick
>Environment:
System: FreeBSD convex.cs.unb.ca 5.1-CURRENT FreeBSD 5.1-CURRENT #8: Thu Nov 27 12:33:51 AST 2003 bremner@convex.cs.unb.ca:/usr/obj/usr/src/sys/CONVEX2 i386


	
>Description:
	define(`foo',defn(`divert')) makes a macro called foo
	but does not seem to invoke divert when called.

	Well, I realize this is a bit of a dark corner, but from 
	documentation it seems like it should work.
	
	The test case below works (i.e. produces one blank line of
	output)	with gnu m4
	
>How-To-Repeat:

run m4 on the following three line input:

define(`foo',defn(`divert'))
foo(-1)
this output should not appear


	
>Fix:


	



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AQyMv-000Cm8-Lf>