Re: [PATCH GIT 0.6] make use of register variables & size_t
From: Linus Torvalds (torvalds_at_osdl.org)
Date: 04/25/05
- Previous message: Corey Minyard: "[PATCH] Fix for handling bad IPMI DMI data"
- In reply to: Matthias-Christian Ott: "Re: [PATCH GIT 0.6] make use of register variables & size_t"
- Next in thread: Matthias-Christian Ott: "Re: [PATCH GIT 0.6] make use of register variables & size_t"
- Reply: Matthias-Christian Ott: "Re: [PATCH GIT 0.6] make use of register variables & size_t"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 25 Apr 2005 10:23:40 -0700 (PDT) To: Matthias-Christian Ott <matthias.christian@tiscali.de>
On Mon, 25 Apr 2005, Matthias-Christian Ott wrote:
>
> "register" and "auto" variables aren't relicts of the 60's, they're a
> part of the ISO-C 99 standard, I'm following, "man".
They _are_ relicts of the 60's. It's just that the C standard hasn't ever
had the reason to remove them.
> And if you think "register" variables are outdated, please remove the
> CONFIG_REGPARM option from the Kernel source.
That does something totally different. And doesn't use "register" at all.
Pass the toke, you've been hogging the drugs for way too long.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Corey Minyard: "[PATCH] Fix for handling bad IPMI DMI data"
- In reply to: Matthias-Christian Ott: "Re: [PATCH GIT 0.6] make use of register variables & size_t"
- Next in thread: Matthias-Christian Ott: "Re: [PATCH GIT 0.6] make use of register variables & size_t"
- Reply: Matthias-Christian Ott: "Re: [PATCH GIT 0.6] make use of register variables & size_t"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|