pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/format.h


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/format.h
Date: Wed, 13 Apr 2005 06:10:05 -0400

Index: pspp/src/format.h
diff -u pspp/src/format.h:1.7 pspp/src/format.h:1.8
--- pspp/src/format.h:1.7       Sat Mar 12 01:08:33 2005
+++ pspp/src/format.h   Wed Apr 13 10:09:59 2005
@@ -71,6 +71,24 @@
     int d;                     /* Number of implied decimal places. */
   };
 
+
+enum alignment 
+  {
+    ALIGN_LEFT = 0,
+    ALIGN_RIGHT = 1,
+    ALIGN_CENTRE = 2
+  };
+
+
+enum measure
+  {
+    MEASURE_NOMINAL=1,
+    MEASURE_ORDINAL=2,
+    MEASURE_SCALE=3
+  };
+
+
+
 /* Descriptions of all the display formats above. */
 extern struct fmt_desc formats[];
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]