[gcr] egg-asn1x: Change EggAsn1xFlags to typedef
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] egg-asn1x: Change EggAsn1xFlags to typedef
- Date: Mon, 14 Nov 2016 10:22:10 +0000 (UTC)
commit 3365e7eab4b220a3e3a580634f0df0917f643175
Author: Philip Chimento <philip chimento gmail com>
Date: Fri Nov 11 23:59:00 2016 -0800
egg-asn1x: Change EggAsn1xFlags to typedef
Otherwise, including this header in two translation units later linked
together will fail compilation.
https://bugzilla.gnome.org/show_bug.cgi?id=774312
egg/egg-asn1x.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egg/egg-asn1x.h b/egg/egg-asn1x.h
index e379da5..2dac1a9 100644
--- a/egg/egg-asn1x.h
+++ b/egg/egg-asn1x.h
@@ -67,7 +67,7 @@ typedef enum {
EGG_ASN1X_GENERALIZED_TIME = 37,
} EggAsn1xType;
-enum {
+typedef enum {
EGG_ASN1X_NO_STRICT = 0x01,
} EggAsn1xFlags;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]