Patrick Monnerat
96fa9752b2
glib-mkenums: evaluate private symbols too
...
This allows them to be referenced in other symbols value computation.
In addition, this fixes the automatically assigned value of a public
symbol that is preceded by a private one:
typedef enum {
/*< private >*/
ENUM_VALUE_PRIVATE,
/*< public >*/
ENUM_VALUE_PUBLIC, <--- value is 1, not 0.
} SomeExampleEnum;
2022-11-01 15:46:13 +01:00
..
2022-11-01 15:46:13 +01:00
2022-07-23 11:35:08 +00:00
2022-06-01 12:44:23 +01:00
2022-10-18 15:12:31 +01:00
2022-10-13 20:53:56 -04:00
2022-01-28 16:01:22 -08:00
2022-10-13 20:53:56 -04:00
2022-10-14 16:40:56 +01:00
2022-10-13 20:53:56 -04:00
2022-10-26 18:07:55 +01:00
2022-10-13 20:53:56 -04:00
2022-06-01 12:44:23 +01:00
2022-10-13 20:53:56 -04:00
2021-07-29 10:09:27 -04:00
2022-10-13 20:53:56 -04:00
2022-10-26 18:07:55 +01:00
2022-11-01 15:46:13 +01:00
2022-10-14 16:40:56 +01:00
2022-10-26 18:07:55 +01:00
2022-10-13 20:53:56 -04:00
2020-11-17 15:50:07 +00:00
2012-10-15 19:48:44 -04:00
2022-06-01 12:44:23 +01:00
2022-06-01 12:44:23 +01:00
2022-07-05 11:06:49 +00:00
2022-09-21 10:27:55 +01:00
2022-10-13 20:53:56 -04:00
2018-01-04 22:19:30 +01:00
2016-11-23 10:50:39 +00:00
2022-08-09 13:18:47 -05:00
2022-09-19 14:35:12 +00:00
2022-10-13 20:53:56 -04:00
2022-09-25 14:20:24 +01:00
2022-10-13 20:53:56 -04:00
2022-09-19 14:35:12 +00:00
2022-10-13 20:53:56 -04:00
2022-05-17 17:34:06 +02:00
2022-10-13 20:53:56 -04:00
2022-06-01 12:44:23 +01:00
2022-10-13 20:53:56 -04:00
2022-07-05 11:06:49 +00:00
2022-10-26 10:17:39 +08:00
2022-10-20 03:37:21 +02:00
2022-08-09 13:18:47 -05:00
2022-10-13 20:53:56 -04:00
2022-06-01 12:44:23 +01:00
2022-10-13 20:53:56 -04:00
2022-08-09 13:18:47 -05:00
2022-10-13 20:53:56 -04:00
2022-06-01 12:44:23 +01:00
2022-10-13 20:53:56 -04:00
2022-06-01 12:44:23 +01:00
2022-06-01 12:44:23 +01:00
2022-10-24 10:47:35 +01:00
2022-10-13 20:53:56 -04:00
2016-05-23 10:52:10 -04:00
2022-10-31 14:08:31 +01:00