Notes on where I'm headed.

This commit is contained in:
2024-04-25 17:21:04 -04:00
parent 975183cd26
commit 7fe5c3dfbc
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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();
+2
View File
@@ -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,
};