octave-maintainers
[Top][All Lists]
Advanced

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

Re: Parsing Peculiarity


From: Daniel J Sebald
Subject: Re: Parsing Peculiarity
Date: Tue, 20 Jan 2009 02:06:33 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

John W. Eaton wrote:
On 19-Jan-2009, Daniel J Sebald wrote:

| On a fairly recent HG build, something like this gives strange results:
| | a = 1
| %b = 2
| b = 3
| %b = 4
| b = 5
| c = length(b)
| | It's as though b gets lost because of the comment character.

Try the following patch.

+             if (! (reading_fcn_file || reading_script_file))
+               goto done;

Not the cleanest solution, but it works.

Thanks,

Dan



reply via email to

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