diff options
author | malc | 2009-01-25 11:56:51 +0100 |
---|---|---|
committer | malc | 2009-01-25 11:56:51 +0100 |
commit | 947f5fcbde4836d22386bb83e6839322912979a6 (patch) | |
tree | b8a3ae357a9475c3029e35537c82b4e40bd26e5c /hw/fmopl.c | |
parent | Massage PPC version of cpu_get_real_ticks a little (diff) | |
download | qemu-947f5fcbde4836d22386bb83e6839322912979a6.tar.gz qemu-947f5fcbde4836d22386bb83e6839322912979a6.tar.xz qemu-947f5fcbde4836d22386bb83e6839322912979a6.zip |
Add static qualifier to local functions
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6436 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/fmopl.c')
-rw-r--r-- | hw/fmopl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/fmopl.c b/hw/fmopl.c index 67a23b6999..52cf35e3f9 100644 --- a/hw/fmopl.c +++ b/hw/fmopl.c @@ -31,7 +31,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA */ -#define INLINE __inline +#define INLINE static inline #define HAS_YM3812 1 #include <stdio.h> |