diff options
Diffstat (limited to 'frontend/checksupport.icl')
-rw-r--r-- | frontend/checksupport.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index 1a290a8..4a439d7 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -21,6 +21,7 @@ where toInt STE_DclFunction = cFunctionDefs toInt (STE_FunctionOrMacro _) = cMacroDefs toInt (STE_DclMacroOrLocalMacroFunction _)= cMacroDefs + toInt STE_TypeExtension = cTypeDefs toInt _ = NoIndex instance Erroradmin ErrorAdmin |