diff src/DLD-FUNCTIONS/lsode.cc @ 3747:50f30e40abca

[project @ 2000-12-07 05:47:06 by jwe]
author jwe
date Thu, 07 Dec 2000 05:47:07 +0000
parents 58549b931ad5
children 890a7e4c1362
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/lsode.cc	Thu Nov 30 01:11:42 2000 +0000
+++ b/src/DLD-FUNCTIONS/lsode.cc	Thu Dec 07 05:47:07 2000 +0000
@@ -144,7 +144,7 @@
 #define LSODE_ABORT1(msg) \
   do \
     { \
-      ::error ("lsode: " ## msg); \
+      ::error ("lsode: " msg); \
       LSODE_ABORT (); \
     } \
   while (0)
@@ -152,7 +152,7 @@
 #define LSODE_ABORT2(fmt, arg) \
   do \
     { \
-      ::error ("lsode: " ## fmt, arg); \
+      ::error ("lsode: " fmt, arg); \
       LSODE_ABORT (); \
     } \
   while (0)