=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/io/pexpr.c,v retrieving revision 1.35 retrieving revision 1.39 diff -u -p -r1.35 -r1.39 --- OpenXM_contrib2/asir2000/io/pexpr.c 2004/03/17 03:22:47 1.35 +++ OpenXM_contrib2/asir2000/io/pexpr.c 2005/11/16 23:42:54 1.39 @@ -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/pexpr.c,v 1.34 2004/03/17 02:23:45 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/io/pexpr.c,v 1.38 2004/12/17 03:09:08 noro Exp $ */ #include "ca.h" #include "al.h" @@ -72,7 +72,6 @@ int real_digit; int real_binary; int print_quote; int hideargs; -extern int asir_texmacs; extern FUNC user_print_function; #if 0 int printmode = PRINTF_E; @@ -107,6 +106,8 @@ int printmode = PRINTF_G; #define PRINTGFMMAT printgfmmat #define PRINTBYTEARRAY printbytearray #define PRINTQUOTE printquote +#define PRINTQUOTEARG printquotearg +#define PRINTNBP printnbp #define PRINTERR printerr #define PRINTLF printlf #define PRINTLOP printlop @@ -119,6 +120,7 @@ int printmode = PRINTF_G; #define PRINTSYMBOL printsymbol #define PRINTRANGE printrange #define PRINTTB printtb +#define PRINTDPV printdpv #define PRINTFNODE printfnode #define PRINTFNODENODE printfnodenode #define PRINTFARGS printfargs