enumaeration in jit/jit-internal.h . (Really Noah Lavine)
+2010-10-04 Klaus Treichel <ktreichel@web.de>
+
+ * jit/jit-internal.h: Add missing typedef in the declaration of the
+ _jit_intrinsic_signature enumaeration. (Really Noah Lavine)
+
2010-09-21 Klaus Treichel <ktreichel@web.de>
* config/jit-opcodes.ops: Add definitions for the opcode's
* Special signatures are conv and conv_ovf for type conversions without
* and with overflow checks.
*/
-enum
+typedef enum
{
JIT_SIG_NONE = 0,
JIT_SIG_i_i = 1,