CVS domivogt: * Fix for compilation without stroke. FYI: Variables declared with the

2002-11-29 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt02/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

Re: CVS domivogt: * Fix for compilation without stroke. FYI: Variables declared with the

2002-11-29 Thread Mikhael Goikhman
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

Re: CVS domivogt: * Fix for compilation without stroke. FYI: Variables declared with the

2002-11-29 Thread Dominik Vogt
On Fri, Nov 29, 2002 at 02:06:30PM +, 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