On Mon, May 12, 2003 at 07:59:55PM +0530, S kris wrote: > When do we get the "parse error before '{' token" compilation error. How to > fix this bug? When there is a parse error detected when '{' is to be read ;-) The parse error can be anything syntax error. Spurious ones usualy happen to be: - Missing semicolon at end of previous declaration (or end of previous anything) - note, that the previous anything may be in included file or in a macro. - What's supposed to be a type is not declared as such. ------------------------------------------------------------------------------- Jan 'Bulb' Hudec <bulb@ucw.cz> -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/