Fix idiocy in previous patch
Nick Clifton
nickc@redhat.com
Mon Jul 4 14:33:00 GMT 2005
More information about the Binutils mailing list
Mon Jul 4 14:33:00 GMT 2005
- Previous message (by thread): Fix idiocy in previous patch
- Next message (by thread): Fix idiocy in previous patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Alex,
> switch (foo)
> {
> case 0: prefix="hi";
> if (0) { case 1: prefix="bye"; }
> if (0) { case 2: prefix="ciao"; }
> strcpy (buffer, "%s Nick", prefix);
> break;
> }
Oh that is just wonderful!
Thanks Alex - you have restored my faith in C as the language that can
do anything.
Cheers
Nick
- Previous message (by thread): Fix idiocy in previous patch
- Next message (by thread): Fix idiocy in previous patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list