Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 56 → Rev 72

/shark/trunk/ports/mesa/src/math/m_debug_util.h
1,4 → 1,4
/* $Id: m_debug_util.h,v 1.1 2003-02-28 11:48:05 pj Exp $ */
/* $Id: m_debug_util.h,v 1.2 2003-03-13 12:20:29 giacomo Exp $ */
 
/*
* Mesa 3-D graphics library
261,7 → 261,10
}
}
 
enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
#define NIL 0
#define ONE 1
#define NEG -1
#define VAR 2
 
/* Ensure our arrays are correctly aligned.
*/
/shark/trunk/ports/mesa/src/math/m_xform.c
1,4 → 1,4
/* $Id: m_xform.c,v 1.1 2003-02-28 11:48:05 pj Exp $ */
/* $Id: m_xform.c,v 1.2 2003-03-13 12:20:29 giacomo Exp $ */
 
/*
* Mesa 3-D graphics library
51,7 → 51,7
#endif
 
#ifdef USE_X86_ASM
#include "X86/common_x86_asm.h"
#include "x86/common_x86_asm.h"
#endif
 
#ifdef USE_SPARC_ASM