diff src/lsode.cc @ 162:d1c5e5edbf1e

[project @ 1993-10-18 19:26:01 by jwe]
author jwe
date Mon, 18 Oct 1993 19:26:01 +0000
parents d68036bcad4c
children a99f28f5e351
line wrap: on
line diff
--- a/src/lsode.cc
+++ b/src/lsode.cc
@@ -39,7 +39,7 @@
 
 #ifdef WITH_DLD
 tree_constant *
-builtin_lsode_2 (tree_constant *args, int nargin, int nargout)
+builtin_lsode_2 (const tree_constant *args, int nargin, int nargout)
 {
   return lsode (args, nargin, nargout);
 }
@@ -93,7 +93,7 @@
 }
 
 tree_constant *
-lsode (tree_constant *args, int nargin, int nargout)
+lsode (const tree_constant *args, int nargin, int nargout)
 {
 // Assumes that we have been given the correct number of arguments.