[tuhopuu-cvs] CVS commit: tuhopuu3/source/blender/src editseq.c unwrapper.c

Martin Poirier theeth at yahoo.com
Mon Jan 3 02:20:02 CET 2005


theeth (Martin Poirier) 2005/01/03 02:20:02 CET

  Modified files:
    tuhopuu3/source/blender/src editseq.c unwrapper.c 
  
  Log:
  Destroying warnings from editseq.c
  One variable was declared in the middle of the code (C++ style) and was named new (C++ keyword), The first one is a straight error in compilers that follow standars, the other is just safer to get rid of.
  
  unwrapper.c was giving lots of compile errors (102) when reaching a windows include file. Putting it earlier in the include list fixed it.
  
  Revision  Changes    Path
  1.4       +30 -30    tuhopuu3/source/blender/src/editseq.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/editseq.c.diff?r1=1.3&r2=1.4&cvsroot=tuhopuu>
  1.4       +5 -5      tuhopuu3/source/blender/src/unwrapper.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/unwrapper.c.diff?r1=1.3&r2=1.4&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list