/[pspp]/pspp/src/format.h
ViewVC logotype

Diff of /pspp/src/format.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by blp, Sat Mar 12 01:08:33 2005 UTC revision 1.8 by jmd, Wed Apr 13 10:09:59 2005 UTC
# Line 71  struct fmt_spec Line 71  struct fmt_spec
71      int d;                      /* Number of implied decimal places. */      int d;                      /* Number of implied decimal places. */
72    };    };
73    
74    
75    enum alignment
76      {
77        ALIGN_LEFT = 0,
78        ALIGN_RIGHT = 1,
79        ALIGN_CENTRE = 2
80      };
81    
82    
83    enum measure
84      {
85        MEASURE_NOMINAL=1,
86        MEASURE_ORDINAL=2,
87        MEASURE_SCALE=3
88      };
89    
90    
91    
92  /* Descriptions of all the display formats above. */  /* Descriptions of all the display formats above. */
93  extern struct fmt_desc formats[];  extern struct fmt_desc formats[];
94    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26