Added the cppgenAlt function to the GenOps (was missed out previously by accident)

This commit is contained in:
Neil Brown 2007-08-06 20:33:10 +00:00
parent 11928a327f
commit 5cfa79809b

View File

@ -33,6 +33,7 @@ cppgenOps = cgenOps {
declareType = cppdeclareType,
genActual = cppgenActual,
genActuals = cppgenActuals,
genAlt = cppgenAlt,
genArraySubscript = cppgenArraySubscript,
genDeclType = cppgenDeclType,
genDeclaration = cppgenDeclaration,