X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fexpressions%2Fevaluate.c;h=4331d030ff65285761e1a5cf1f50287eedd156ea;hb=53ceff2865473a6b561b521986fafd31a993a1a6;hp=cfde2c1feb504f7d77042129705eaec295d61f7b;hpb=9a53bbba50470f8752b8343e597fcc5a81cb1da3;p=pspp diff --git a/src/expressions/evaluate.c b/src/expressions/evaluate.c index cfde2c1feb..4331d030ff 100644 --- a/src/expressions/evaluate.c +++ b/src/expressions/evaluate.c @@ -20,17 +20,6 @@ #include #include "private.h" -#if TIME_WITH_SYS_TIME -#include -#include -#else -#if HAVE_SYS_TIME_H -#include -#else -#include -#endif -#endif - #include #include "alloc.h" #include "error.h" @@ -290,7 +279,7 @@ expr_debug_print_postfix (const struct expression *e) case OP_string: fprintf (stderr, "s<%.*s>", (int) op->string.length, - op->string.string != NULL : op->string.string : ""); + op->string.string != NULL ? op->string.string : ""); break; case OP_format: fprintf (stderr, "f<%s%d.%d>",