From bug-request at octave dot org Mon Mar 27 17:23:01 2006 Subject: missing endif in sparseimages.m From: "John W. Eaton" To: "Keith Goodman" Cc: "octave bug mailing list" Date: Mon, 27 Mar 2006 18:22:56 -0500 On 27-Mar-2006, Keith Goodman wrote: | >From trying to compile octave I noticed that sparseimages.m is missing | an 'endif' near line 95: | | LD_LIBRARY_PATH="../../../src:../../../liboctave:../../../libcruft" | ../../../src/octave -f -q -H -p | .//:.//:../../../src//:../../../scripts// --eval "sparseimages | ('gplot', 'eps')" | parse error near line 95 of file octave/doc/interpreter/images/sparseimages.m | | >>> endfunction | ^ | | error: `if' command matched by `endfunction' near line 95 column 1 | error: parse error while reading function file | octave/doc/interpreter/images/sparseimages.m | error: `sparseimages' undefined near line -1 column 1 I fixed this problem in the CVS archive. Thanks, jwe ------------------------------------------------------------- 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 -------------------------------------------------------------