]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Add missing typedef in the declaration of the _jit_intrinsic_signature
authorKlaus Treichel <ktreichel@web.de>
Mon, 4 Oct 2010 18:08:45 +0000 (20:08 +0200)
committerKlaus Treichel <ktreichel@web.de>
Mon, 4 Oct 2010 18:08:45 +0000 (20:08 +0200)
enumaeration in jit/jit-internal.h . (Really Noah Lavine)

ChangeLog
jit/jit-internal.h

index 45765e272b6c53fb221f391a333d25faa42d8d78..9614015eeb60bb34564f322d8b040d6ed88c73bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 83d0bb48cfb977533b688ba39bec216d1e903f05..5d152ca2c26ec97c8b681febba0b0aab02456dfe 100644 (file)
@@ -776,7 +776,7 @@ extern struct _jit_type const _jit_type_void_ptr_def;
  * 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,