dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (l


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (libjit) branch, master, updated. 00b8fe8ef2376767a2780977d3c40f7f07fb32f3
Date: Mon, 04 Oct 2010 18:08:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET Just In Time compiler (libjit)".

The branch, master has been updated
       via  00b8fe8ef2376767a2780977d3c40f7f07fb32f3 (commit)
      from  4e90e1da3d0972d3a75a34055a206aca55afcc5b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/libjit.git/commit/?id=00b8fe8ef2376767a2780977d3c40f7f07fb32f3

commit 00b8fe8ef2376767a2780977d3c40f7f07fb32f3
Author: Klaus Treichel <address@hidden>
Date:   Mon Oct 4 20:08:45 2010 +0200

    Add missing typedef in the declaration of the       _jit_intrinsic_signature
    enumaeration in jit/jit-internal.h . (Really Noah Lavine)

diff --git a/ChangeLog b/ChangeLog
index 45765e2..9614015 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-04  Klaus Treichel  <address@hidden>
+
+       * jit/jit-internal.h: Add missing typedef in the declaration of the
+       _jit_intrinsic_signature enumaeration. (Really Noah Lavine)
+
 2010-09-21  Klaus Treichel  <address@hidden>
 
        * config/jit-opcodes.ops: Add definitions for the opcode's
diff --git a/jit/jit-internal.h b/jit/jit-internal.h
index 83d0bb4..5d152ca 100644
--- a/jit/jit-internal.h
+++ b/jit/jit-internal.h
@@ -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,

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    5 +++++
 jit/jit-internal.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET Just In Time compiler (libjit)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]