Version abc51012

This commit is contained in:
Alan Mishchenko
2005-10-12 08:01:00 -07:00
parent 77536ad1fd
commit e2619aa120
270 changed files with 932 additions and 958 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ struct Vec_Int_t_
};
////////////////////////////////////////////////////////////////////////
/// MACRO DEFITIONS ///
/// MACRO DEFINITIONS ///
////////////////////////////////////////////////////////////////////////
#define Vec_IntForEachEntry( vVec, Entry, i ) \
@@ -58,7 +58,7 @@ struct Vec_Int_t_
for ( i = Vec_IntSize(vVec) - 1; (i >= 0) && (((pEntry) = Vec_IntEntry(vVec, i)), 1); i-- )
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFITIONS ///
/// FUNCTION DEFINITIONS ///
////////////////////////////////////////////////////////////////////////
/**Function*************************************************************