CVSROOT:        /home/cvs/fvwm
Module name:    fvwm
Changes by:     domivogt        02/11/29 06:50:42

Modified files:
        .              : ChangeLog 
        fvwm           : bindings.c 

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.

--
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