Version abc50807

This commit is contained in:
Alan Mishchenko
2005-08-07 08:01:00 -07:00
parent d0e834d1a6
commit bd640142e0
51 changed files with 2606 additions and 442 deletions
+3
View File
@@ -48,6 +48,9 @@ struct Vec_Int_t_
/// MACRO DEFITIONS ///
////////////////////////////////////////////////////////////////////////
#define Vec_IntForEachEntry( vVec, Entry, i ) \
for ( i = 0; (i < Vec_IntSize(vVec)) && (((Entry) = Vec_IntEntry(vVec, i)), 1); i++ )
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFITIONS ///
////////////////////////////////////////////////////////////////////////