Experiments with function enumeration.

This commit is contained in:
Alan Mishchenko
2018-08-01 21:58:40 -08:00
parent 874bc274d4
commit cc4e0be71b
+2 -2
View File
@@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
//#define USE4VARS 1
#define USE4VARS 1
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///
@@ -263,7 +263,7 @@ void Dau_NetworkEnum()
}
void Dau_NetworkEnumTest()
{
//Dau_TruthEnum();
Dau_TruthEnum();
Dau_NetworkEnum();
}