page-first-line: Make the Text column expand as the window is resized.
[pspp] / src / language / expressions / private.h
index 1a485bb4f7f0801b234a4c41cdde1f777fa06fd0..92adef85b3f401429964ba808c3fa3d3c24c1360 100644 (file)
@@ -21,8 +21,8 @@
 #include <stddef.h>
 
 #include "data/format.h"
-#include "language/expressions/operations.h"
-#include "language/expressions/public.h"
+#include "operations.h"
+#include "public.h"
 #include "libpspp/str.h"
 
 enum operation_flags
@@ -187,10 +187,7 @@ union any_node *expr_allocate_number (struct expression *e, double);
 union any_node *expr_allocate_boolean (struct expression *e, double);
 union any_node *expr_allocate_integer (struct expression *e, int);
 union any_node *expr_allocate_pos_int (struct expression *e, int);
-union any_node *expr_allocate_string_buffer (struct expression *e,
-                                             const char *string, size_t length);
-union any_node *expr_allocate_string (struct expression *e,
-                                      struct substring);
+union any_node *expr_allocate_string (struct expression *e, struct substring);
 union any_node *expr_allocate_variable (struct expression *e,
                                         const struct variable *);
 union any_node *expr_allocate_format (struct expression *e,