diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2011-09-06 10:40:44 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-07-29 19:48:29 -0700 |
commit | 0f2c5de7da10203f425b815d840b180ecec06598 (patch) | |
tree | 2bcf0d307d3f03fad9b2493669026c18faa695f0 /src/formats.h | |
parent | b935e5360a496da93b624a648d2bdc6a7e0ba645 (diff) | |
download | sbc-0f2c5de7da10203f425b815d840b180ecec06598.tar.gz |
sbc: Use __asm__ keyword
There are two reasons for this change:
First: consistency. __asm__ was already used elsewhere in the files, so
using that throughout is cleaner.
Second: both asm and __asm__ are GCC-specific extensions, not defined in
the C standard. When compiling with --std=gnu99 both are recognized, but
when using --std=c99 only __asm__ is recognized to make it perfectly
clear that you're not using some standard C99 construct, but a
GCC-extension.
Diffstat (limited to 'src/formats.h')
0 files changed, 0 insertions, 0 deletions