Notes on where I'm headed.
This commit is contained in:
@@ -136,6 +136,7 @@ getGenerateFunctions (STAR_DESC *const star, void **sup )
|
|||||||
default:
|
default:
|
||||||
return &generateDefaultFunctions;
|
return &generateDefaultFunctions;
|
||||||
|
|
||||||
|
// Eventually everything should go thru this.
|
||||||
case CXX_DEFINED:
|
case CXX_DEFINED:
|
||||||
*sup= star->supplement;
|
*sup= star->supplement;
|
||||||
return getGenerateCxxFunctions();
|
return getGenerateCxxFunctions();
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ enum
|
|||||||
ANDROSYNTH_DEFINED,
|
ANDROSYNTH_DEFINED,
|
||||||
MYCON_TRAP_DEFINED,
|
MYCON_TRAP_DEFINED,
|
||||||
|
|
||||||
|
// All new stuff should be CXX defined.
|
||||||
|
// Eventually I can just phase this whole file out.
|
||||||
CXX_DEFINED,
|
CXX_DEFINED,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user