m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 18-location-eof.patch


From: akim
Subject: Re: 18-location-eof.patch
Date: Thu, 18 Oct 2001 23:48:13 +0200
User-agent: Mutt/1.3.22i

On Thu, Oct 18, 2001 at 11:30:46PM +0200, Akim Demaille wrote:
> Something I always wanted in M4.
> 
> errprint()
> errprint(
> 
> 
> 
> 
> 
> 
> NONE:0: /usr/bin/m4: ERROR: EOF in argument list
> 
> lt-m4: /tmp/foo.m4:2: EOF in argument list

I don't understand what happened and who swallowed my lines, but I
say a few `unknonw tilde something' errors when the messages left.

I meant to send:

~/src/m4 % cat /tmp/foo.m4                                           23:10 remo
errprint()
errprint(





~/src/m4 % /usr/bin/m4 /tmp/foo.m4                                   23:13 remo

NONE:0: /usr/bin/m4: ERROR: EOF in argument list
~/src/m4 % src/m4 /tmp/foo.m4                                        Err 1 remo

lt-m4: /tmp/foo.m4:2: EOF in argument list



and the next patch will be cut too I guess, it should have contained:


# 1.4
~/src/m4 % cat /tmp/foo.m4                                           23:18 remo
errprint()
errprint(`





# 1.4q pre patch
~/src/m4 % /usr/bin/m4 /tmp/foo.m4                                   23:18 remo

NONE:0: /usr/bin/m4: ERROR: EOF in string
~/src/m4 % /usr/local/bin/m4 /tmp/foo.m4                             Err 1 remo

# 1.4q post-patch
/usr/local/bin/m4: ERROR: EOF in string
~/src/m4 % src/m4 /tmp/foo.m4                                        Err 1 remo

lt-m4: /tmp/foo.m4:2: EOF in string





reply via email to

[Prev in Thread] Current Thread [Next in Thread]