* format.c (measure_is_valid): Really return false when m >=
[pspp-builds.git] / src / data / variable.h
index 0f5bb26dbc1c1d5dc55901f4d4b67691fea7fb89..8a4609f0526e77d15a6a392c0fee7289f6180fab 100644 (file)
@@ -126,12 +126,6 @@ struct vector
     int cnt;                   /* Number of variables. */
   };
 \f
-/* PROCESS IF expression. */
-extern struct expression *process_if_expr;
-\f
-struct ccase;
-void dump_split_vars (const struct ccase *);
-\f
 struct var_set;
 
 struct dictionary;
@@ -182,15 +176,6 @@ int parse_mixed_vars_pool (struct pool *,
 const char * var_to_string(const struct variable *var);
 
 
-/* Two complementary functions for dealing with 
-   Very Long String variables */
-
-void copy_demangle (char *dst, size_t dst_size,
-                   const char *src, size_t src_size);
-
-void copy_mangle (char *dst, size_t dst_size,
-                 const char *src, size_t src_size);
-
 int width_to_bytes(int width);