Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] QA
Date: Fri, 20 Feb 2004 07:29:31
Message-Id: 200402200229.25653.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] QA by Norberto Bensa
1 On Friday 20 February 2004 02:22 am, Norberto Bensa wrote:
2 > Why "__inline__" instead of "inline" ?
3
4 gcc extension ... i dont know the exact details about what's different, but
5 something is, check out the gcc docs if you really care (i know this kind of
6 voodoo will never be probed by myself)
7
8 > Or the other way around: why "asm"
9 > instead of "__asm__" ?
10
11 __asm__ is another gcc extension while asm("") means 'this stuff is assembly
12 code, phear it'
13 -mike

Replies

Subject Author
Re: [gentoo-dev] QA Norberto Bensa <nbensa@×××.net>