changeset 3549:03025e79d8b9

[project @ 2000-02-03 01:28:24 by jwe]
author jwe
date Thu, 03 Feb 2000 01:30:02 +0000
parents ab7fa5a8f23f
children bc492f4a94cb
files src/DLD-FUNCTIONS/besselj.cc src/DLD-FUNCTIONS/log.cc src/unwind-prot.cc
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/besselj.cc
+++ b/src/DLD-FUNCTIONS/besselj.cc
@@ -383,10 +383,10 @@
   3   dBi(Z)/dZ  exp (-abs (real ((2/3) * Z *sqrt (Z))))\n\
 @end example\n\
 \n\
-The function call @code{airy (@var{z})} is equivalent to
+The function call @code{airy (@var{z})} is equivalent to\n\
 @code{airy (0, @var{z})}.\n\
 \n\
-The result is the same size as @var{z}.
+The result is the same size as @var{z}.\n\
 \n\
 If requested, @var{ierr} contains the following status information and\n\
 is the same size as the result.\n\
--- a/src/DLD-FUNCTIONS/log.cc
+++ b/src/DLD-FUNCTIONS/log.cc
@@ -153,7 +153,7 @@
 }
 
 DEFUN_DLD (sqrtm, args, ,
- "-*- texinfo -*-
+ "-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {} sqrtm (@var{a})\n\
 Compute the matrix square root of the square matrix @var{a}.  Note that\n\
 this is currently implemented in terms of an eigenvalue expansion and\n\
--- a/src/unwind-prot.cc
+++ b/src/unwind-prot.cc
@@ -124,7 +124,7 @@
   type_tag = string_type;
   gen_ptr = p;
   str_value = new std::string (v);
-  size = sizeof (string);  // Is this necessary?
+  size = sizeof (std::string);  // Is this necessary?
 }
 
 saved_variable::saved_variable (void **p, void *v)