On Fri, Nov 29, 2002 at 02:06:30PM +0000, Mikhael Goikhman wrote:
> On 29 Nov 2002 06:50:42 -0600, FVWM CVS wrote:
> > 
> > Log message:
> > * Fix for compilation without stroke.  FYI:  Variables declared with the
> > STROKE_CODE macro must be declared last.  Without STROKE defined,
> > 
> > STROKE_CODE(int i);
> > int j;
> > 
> > becomes
> > 
> > ;
> > int j;
> > 
> > This does not compile because its a declaration after a code statement.
> 
> I think a more clean/correct form is:
> 
>   STROKE_CODE(int i;)
> 
> Then the order does not matter.

Yes, but then it's not indented correctly.

Bye

Dominik ^_^  ^_^
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to