Experiments with function enumeration.

This commit is contained in:
Alan Mishchenko 2018-08-01 21:58:40 -08:00
parent 874bc274d4
commit cc4e0be71b
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START
/// DECLARATIONS /// /// DECLARATIONS ///
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
//#define USE4VARS 1 #define USE4VARS 1
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS /// /// FUNCTION DEFINITIONS ///
@ -263,7 +263,7 @@ void Dau_NetworkEnum()
} }
void Dau_NetworkEnumTest() void Dau_NetworkEnumTest()
{ {
//Dau_TruthEnum(); Dau_TruthEnum();
Dau_NetworkEnum(); Dau_NetworkEnum();
} }