From bug-octave-request at bevo dot che dot wisc dot edu Thu Jan 22 20:07:08 2004 Subject: unintended consequences of nargin changes From: Quentin Spencer To: bug-octave at bevo dot che dot wisc dot edu Date: Thu, 22 Jan 2004 20:05:02 -0600 The recent changes to nargin in CVS broke code in the octave-forge legend function that uses the syntax: nargin-- This now gives the following result: error: evaluating postfix operator `--' near line 137, column 11 Replacing this statement with "nargin = nargin-1" works, but if this syntax is used anywhere else, it will break. ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------