[Bf-blender-cvs] CVS commit: blender/source/blender/blenlib BLI_arithb.h blender/source/blender/blenlib/intern arithb.c

Ton Roosendaal ton at blender.org
Wed Jul 2 15:37:04 CEST 2003


ton (Ton Roosendaal) 2003/07/02 15:37:04 CEST

  Modified files:
    blender/source/blender/blenlib BLI_arithb.h 
    blender/source/blender/blenlib/intern arithb.c 
  
  Log:
  - removed the 'const' from arithb function declarations. it caused
    the myriad of warnings people complained about so long.
  
    after careful consulting & reading I could not find a good reason
    for this const stuff, apart from a sort-of comment to indicate
    this array (matrix) pointer cannot be changed. Well, doh! you
    should not do that with a float mat[][3] anyway!
  
  Revision  Changes    Path
  1.6       +128 -128  blender/source/blender/blenlib/BLI_arithb.h
  1.5       +89 -90    blender/source/blender/blenlib/intern/arithb.c



More information about the Bf-blender-cvs mailing list