/[gcl]/gcl/h/enum.h
ViewVC logotype

Diff of /gcl/h/enum.h

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

revision 1.3 by camm, Wed Sep 7 02:44:24 2005 UTC revision 1.4 by camm, Sun Sep 18 02:02:00 2005 UTC
# Line 24  enum type { Line 24  enum type {
24    t_stream,    t_stream,
25    t_random,    t_random,
26    t_readtable,    t_readtable,
27      t_ifun,
28    t_cfun,    t_cfun,
29    t_cclosure,    t_cclosure,
30    t_sfun,    t_sfun,
   t_ifun,  
31    t_gfun,    t_gfun,
32    t_vfun,    t_vfun,
33    t_afun,    t_afun,
# Line 57  enum signals_allowed_values { Line 57  enum signals_allowed_values {
57  };  };
58    
59        
60    enum aelttype {   /*  array element type  */
61     aet_ch,          /*  character  */
62     aet_bit,         /*  bit  */
63     aet_nnchar,      /*  non-neg char */
64     aet_char,        /*  signed char */
65     aet_uchar,       /*  unsigned char */
66     aet_nnshort,     /*  non-neg short   */
67     aet_short,       /*  signed short */
68     aet_ushort,      /*  unsigned short   */
69    #if SIZEOF_LONG != SIZEOF_INT
70     aet_nnint,       /*  non-neg int   */
71     aet_int,         /*  signed int */
72     aet_uint,        /*  unsigned int   */
73    #endif
74     aet_nnfix,       /*  non-neg fixnum  */
75     aet_fix,         /*  fixnum  */
76     aet_sf,          /*  short-float  */
77     aet_lf,          /*  plong-float  */
78     aet_object,      /*  t  */
79    #if SIZEOF_LONG == SIZEOF_INT
80     aet_nnint,       /*  non-neg int   */
81     aet_int,         /*  signed int */
82     aet_uint,        /*  unsigned int   */
83    #endif
84     aet_last
85    };
86    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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