This patch adds the VALUELABEL function for use in expressions, which
[pspp-builds.git] / src / language / expressions / private.h
index baf69c110eb4089d6fa2b54e7ee8b1abda518844..d4e032343949d448b5f9cf5f6a4e4fc2da6cba04 100644 (file)
@@ -62,7 +62,10 @@ enum operation_flags
 
     /* If set, this operation may not occur after TEMPORARY.
        (Currently this applies only to LAG.) */
-    OPF_PERM_ONLY = 0100
+    OPF_PERM_ONLY = 0100,
+
+    /* If set, this operation's name may not be abbreviated. */
+    OPF_NO_ABBREV = 0200
   };
 
 #define EXPR_ARG_MAX 4