/[pspp]/pspp/src/expressions/evaluate.c
ViewVC logotype

Diff of /pspp/src/expressions/evaluate.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by blp, Mon May 16 07:33:17 2005 UTC revision 1.7 by blp, Sun Jul 31 06:11:34 2005 UTC
# Line 289  expr_debug_print_postfix (const struct e Line 289  expr_debug_print_postfix (const struct e
289            break;            break;
290          case OP_string:          case OP_string:
291            fprintf (stderr, "s<%.*s>",            fprintf (stderr, "s<%.*s>",
292                     (int) op->string.length, op->string.string);                     (int) op->string.length,
293                       op->string.string != NULL : op->string.string : "");
294            break;            break;
295          case OP_format:          case OP_format:
296            fprintf (stderr, "f<%s%d.%d>",            fprintf (stderr, "f<%s%d.%d>",

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26