[Bf-committers] Re: [ bf-blender-Bug Tracker-3687 ] windows editaction.c fix

Stealth Apprentice stealthapprentice at yahoo.com
Mon Jan 9 08:23:53 CET 2006


Sorry, I misread the diff. I just did an update now,
this fix *didn't* make it into CVS.

We need this ----

#ifdef _MSC_VER
static void top_sel_action();
static void up_sel_action();
static void bottom_sel_action();
static void down_sel_action();
#endif

These functions *are* used in the big switch statement
before they are declared. Not sure why gcc doesn't
like the forward declaration?

Could someone poke the declarations in at line 104 of
editaction.c?

Thanks

--- noreply at projects.blender.org wrote:

> Bug Tracker item #3687, was opened at 2005-12-29
> 22:55
> You can respond by visiting: 
>
http://projects.blender.org/tracker/?func=detail&atid=125&aid=3687&group_id=9
> 
> Category: None
> Group: None
> >Status: Closed
> >Resolution: Fixed
> Priority: 5
> Submitted By: Stealth Apprentice (sapprentice)
> Assigned to: Nobody (None)
> Summary: windows editaction.c fix
> 
> Initial Comment:
> MSVC defaults the types of no-prototype functions to
> return int when a function is called before it is
> defined. So the forward declarations in this file
> are needed for a successful compile on MSVC.
> 
> 
>
----------------------------------------------------------------------
> 
> Comment By: Stealth Apprentice (sapprentice)
> Date: 2006-01-01 19:28
> 
> Message:
> Logged In: YES 
> user_id=4467
> 
> Re-uploaded editaction.txt as a .patch file
> 
>
----------------------------------------------------------------------
> 
> Comment By: Tom Musgrove (letterrip)
> Date: 2006-01-08 22:40
> 
> Message:
> Logged In: YES 
> user_id=2923
> 
> has this been fixed already?
> 
>
----------------------------------------------------------------------
> 
> Comment By: Stealth Apprentice (sapprentice)
> Date: 2006-01-08 22:52
> 
> Message:
> Logged In: YES 
> user_id=4467
> 
> Diffing against CVS.... Yes! It's been checked in,
> thanks!
> 
>
----------------------------------------------------------------------
> 
> You can respond by visiting: 
>
http://projects.blender.org/tracker/?func=detail&atid=125&aid=3687&group_id=9
> 



		
__________________________________________ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 



More information about the Bf-committers mailing list