Re: Enumerated lists - (Sorry for the stupid questions.)
Re: Enumerated lists - (Sorry for the stupid questions.)
- Subject: Re: Enumerated lists - (Sorry for the stupid questions.)
- From: Rob Rix <email@hidden>
- Date: Tue, 25 Sep 2001 09:15:14 -0400
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
enum HexConditions {
fine = 0,
rubble,
fire,
smoke
};
Try changing that to:
typedef enum {
fine = 0,
rubble,
fire,
smoke
} HexConditions;
I don't know that it will work, but it's a suggestion, anyway.
- -- Rob
Witticism forthcoming.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (Darwin)
Comment: For info see
http://www.gnupg.org
iD8DBQE7sINznZTWcucI1tgRAleVAJwK39gMiaHHoKby2VzJOPx2R9iHywCgqM0Q
EJEI4Ad5jcb0gOC7j7CfLbc=
=mVUf
-----END PGP SIGNATURE-----