X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fexpressions%2Foptimize.c;h=0425a7adb796f99fe96fefb310c6456ed19e131a;hb=48386ee68a5283653435d05a9ea4e449710fd370;hp=d80f4069b87a4cbfe1e7155f9ff3d4c8684a9848;hpb=8297784ffdab47d35820735eb130a484ba9b6c01;p=pspp diff --git a/src/language/expressions/optimize.c b/src/language/expressions/optimize.c index d80f4069b8..0425a7adb7 100644 --- a/src/language/expressions/optimize.c +++ b/src/language/expressions/optimize.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -248,7 +247,7 @@ emit_format (struct expression *e, const struct fmt_spec *f) } static void -emit_variable (struct expression *e, struct variable *v) +emit_variable (struct expression *e, const struct variable *v) { allocate_aux (e, OP_variable)->variable = v; }