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