[Pkg-octave-commit] [SCM] octave-symbolic branch, master, updated. a718b53403d9f164f8c2a3df521385a01d28a11b

pkienzle pkienzle at 416fae20-06d0-4450-9b69-c6c34d4b5f03
Mon Jan 3 03:40:34 UTC 2011


The following commit has been merged in the master branch:
commit b187bb4180acb7f6bbc00736f5b80412eef0dccf
Author: pkienzle <pkienzle at 416fae20-06d0-4450-9b69-c6c34d4b5f03>
Date:   Sat Nov 2 11:05:10 2002 +0000

    Seperate lines of multiline strings with \n\ to keep gcc 3.2 happy.
    
    
    git-svn-id: https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/symbolic@603 416fae20-06d0-4450-9b69-c6c34d4b5f03

diff --git a/symbols.cc b/symbols.cc
index b2b5248..2b9217a 100644
--- a/symbols.cc
+++ b/symbols.cc
@@ -358,7 +358,7 @@ Expand an expression\n\
 
 
 DEFUN_DLD(coeff,args,,
-"-*- texinfo -*-
+"-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {b =} coeff(@var{a}, at var{x}, at var{n})\n\
 \n\
 Obtain the @var{n}th coefficient of the variable @var{x} in @var{a}.  

-- 
octave-symbolic



More information about the Pkg-octave-commit mailing list