Replaced some assert macros with SDL_assert.

This commit is contained in:
Ryan C. Gordon 2012-02-07 02:11:15 -05:00
parent 067b1ec8a2
commit df8784cd61
7 changed files with 31 additions and 33 deletions

View file

@ -424,7 +424,6 @@ BlitRGBtoRGBPixelAlphaMMX(SDL_BlitInfo * info)
#if HAVE_ALTIVEC_H
#include <altivec.h>
#endif
#include <assert.h>
#if (defined(__MACOSX__) && (__GNUC__ < 4))
#define VECUINT8_LITERAL(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p) \