Changed a lot of non-const pointers to const.
[pspp-builds.git] / src / language / expressions / optimize.c
index 90d90c676ca553339ff895208b57a2d8969e6511..0425a7adb796f99fe96fefb310c6456ed19e131a 100644 (file)
@@ -247,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;
 }