public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Ben Elliston <bje@redhat.com>
To: sid@sources.redhat.com
Subject: [Patch] cgen::VOID type
Date: Wed, 23 May 2001 04:04:00 -0000	[thread overview]
Message-ID: <20010523110444.01B5210828@scooby.apac.redhat.com> (raw)

I am committing the following patch under the obvious fix rule.  It
might not be an obvious fix, but it was already agreed to incorporate
such a typedef into the old sim/common simulator framework.  This
typedef makes c-calls from cgen into sid more syntactically
consistent.

Ben


2001-05-23  Ben Elliston  <bje@redhat.com>

	* cgen-types.h (cgen::VOID): Typedef for void.

Index: cgen-types.h
===================================================================
RCS file: /cvs/cvsfiles/devo/sid/component/cgen-cpu/cgen-types.h,v
retrieving revision 1.8
diff -u -c -r1.8 cgen-types.h
*** cgen-types.h	2000/12/01 16:32:36	1.8
--- cgen-types.h	2001/05/23 11:02:19
***************
*** 12,17 ****
--- 12,18 ----
  // Modes.
  
  typedef bool BI;
+ typedef void VOID;
  
  typedef sid::signed_host_int_1 QI;
  typedef sid::signed_host_int_2 HI;

                 reply	other threads:[~2001-05-23  4:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010523110444.01B5210828@scooby.apac.redhat.com \
    --to=bje@redhat.com \
    --cc=sid@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).