On Sun, 5 Aug 2007 23:44:16 -0700 chromatic <[EMAIL PROTECTED]> wrote:
> +enum {
> + e_HLL_name,
> + e_HLL_lib,
> + e_HLL_typemap,
> + e_HLL_MAX
> +} HLL_enum_t;
> +
Shouldn't that be a typedef? In other words:
typedef enum {...} HLL_enum_t;
I think that'll fix Coke's build failure.
Mark
