|
|
On Sat, 29 Mar 2008 17:44:21 UTC, Ioannis Vranos
<ivranos@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> "register" is part of the language standard, if a compiler considers it
> unneeded, it is free to ignore it. Proper uses of "register" making the
> compiler to produce less-efficient code than not using it at all, is a
> compiler-defect.
Yes, but since C98/99 its free to the compiler simply ignoring
'register'. That means it is the right to the compiler to replace the
keyword register with white space.
--
Tschau/Bye
Herbert
Visit http://www.ecomstation.de the home of german eComStation
eComStation 1.2R Deutsch ist da!
|
|