=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/io/spexpr.c,v retrieving revision 1.32 retrieving revision 1.35 diff -u -p -r1.32 -r1.35 --- OpenXM_contrib2/asir2000/io/spexpr.c 2004/03/17 03:22:47 1.32 +++ OpenXM_contrib2/asir2000/io/spexpr.c 2004/12/18 16:50:10 1.35 @@ -44,7 +44,7 @@ * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. - * $OpenXM: OpenXM_contrib2/asir2000/io/spexpr.c,v 1.31 2004/03/17 02:23:45 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/io/spexpr.c,v 1.34 2004/07/13 07:59:54 noro Exp $ */ #include "ca.h" #include "al.h" @@ -90,6 +90,7 @@ extern int hideargs; #define PRINTLIST sprintlist #define PRINTVECT sprintvect #define PRINTMAT sprintmat +#define PRINTIMAT sprintimat #define PRINTSTR sprintstr #define PRINTCOMP sprintcomp #define PRINTDP sprintdp @@ -98,6 +99,7 @@ extern int hideargs; #define PRINTGFMMAT sprintgfmmat #define PRINTBYTEARRAY sprintbytearray #define PRINTQUOTE sprintquote +#define PRINTQUOTEARG sprintquotearg #define PRINTERR sprinterr #define PRINTLF sprintlf #define PRINTLOP sprintlop @@ -110,6 +112,7 @@ extern int hideargs; #define PRINTSYMBOL sprintsymbol #define PRINTRANGE sprintrange #define PRINTTB sprinttb +#define PRINTDPV sprintdpv #define PRINTFNODE sprintfnode #define PRINTFNODENODE sprintfnodenode #define PRINTFARGS sprintfargs