qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 4/6] audio: Nothing uses INT8
Date: Fri, 28 Aug 2009 20:06:51 +0200	[thread overview]
Message-ID: <9d1f5974dca5673ce2e529a73feb3ba67bf9656c.1251482708.git.quintela@redhat.com> (raw)
In-Reply-To: <cover.1251482708.git.quintela@redhat.com>
In-Reply-To: <cover.1251482708.git.quintela@redhat.com>


Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 hw/fmopl.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/hw/fmopl.h b/hw/fmopl.h
index 2945d95..2e808cb 100644
--- a/hw/fmopl.h
+++ b/hw/fmopl.h
@@ -15,7 +15,6 @@
 /* compiler dependence */
 #ifndef OSD_CPU_H
 #define OSD_CPU_H
-typedef signed char		INT8;    /* signed  8bit   */
 typedef signed short	INT16;   /* signed 16bit   */
 typedef signed int		INT32;   /* signed 32bit   */
 #endif
-- 
1.6.2.5

  parent reply	other threads:[~2009-08-28 18:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-28 18:06 [Qemu-devel] [PATCH 0/6] Bring adlib to the wonderful world of <stdint.h> Juan Quintela
2009-08-28 18:06 ` [Qemu-devel] [PATCH 1/6] audio: Nothing uses UINT16 Juan Quintela
2009-08-28 18:06 ` [Qemu-devel] [PATCH 2/6] audio: s/UINT8/uint8_t Juan Quintela
2009-08-28 18:06 ` [Qemu-devel] [PATCH 3/6] audio: s/UINT32/uint32_t Juan Quintela
2009-08-28 18:06 ` Juan Quintela [this message]
2009-08-28 18:06 ` [Qemu-devel] [PATCH 5/6] audio: s/INT16/int16_t Juan Quintela
2009-08-28 18:06 ` [Qemu-devel] [PATCH 6/6] audio: s/INT32/int32_t Juan Quintela
2009-08-28 18:37 ` [Qemu-devel] Re: [PATCH 0/6] Bring adlib to the wonderful world of <stdint.h> malc
2009-08-28 19:48   ` Juan Quintela
2009-08-28 20:22     ` malc
2009-08-29  7:38       ` Reimar Döffinger

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=9d1f5974dca5673ce2e529a73feb3ba67bf9656c.1251482708.git.quintela@redhat.com \
    --to=quintela@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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 NNTP newsgroup(s).