help-gnucap
[Top][All Lists]
Advanced

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

Re: [Help-gnucap] print tran v(-5)


From: al davis
Subject: Re: [Help-gnucap] print tran v(-5)
Date: Mon, 19 Nov 2012 12:20:16 -0500
User-agent: KMail/1.13.5 (Linux/2.6.32-5-amd64; KDE/4.4.5; x86_64; ; )

On Monday 19 November 2012, Romain GAILLETON wrote:
> I noticed we can not use print tran v(-5).
> It says "what's this ?"
> Yet gnucap does do the maths on it.
> Would there be any escape char to allow us to work with this
> kind of  name ?

change u_prblst.cc, line 147
from:
  }else if (cmd.is_alnum() || cmd.match1("*?")) {
to:
  }else if (cmd.is_alnum() || cmd.match1("+-*?")) {


hangover from some old code.




reply via email to

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