[PATCH] always keep one file-ioslave around

Oswald Buddenhagen ossi at kde.org
Sat May 4 09:49:21 BST 2002


On Fri, May 03, 2002 at 11:27:48PM +0200, aleXXX wrote:
> Ahh, that. Well, I always forget where I can leave them out after a
> "}", so I put them everywhere.
> 
you need them only at the end of type declarations (so the complier does
not think your next instruction is a variable decl ...).

> I hope the compiler will optimize them away ;-)
>
; is an explicitly empty statement, so you'll get a nop instruction
unless you pray to the holy gnu and dance in circles while it is being
compiled. note that your back must be turned to the cpu while the parser
passes the statement in question.  :)

greetings

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
The problem with making software idiot-proof is that idiots are so clever.




More information about the kde-core-devel mailing list