diff options
Diffstat (limited to 'snug-clean/src/Snug/Compile/ABI.dcl')
-rw-r--r-- | snug-clean/src/Snug/Compile/ABI.dcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snug-clean/src/Snug/Compile/ABI.dcl b/snug-clean/src/Snug/Compile/ABI.dcl index 6de2953..c7fe7ad 100644 --- a/snug-clean/src/Snug/Compile/ABI.dcl +++ b/snug-clean/src/Snug/Compile/ABI.dcl @@ -21,3 +21,4 @@ TempImm :== T 0 constructorLabel :: !Namespace !ConstructorIdent -> Label functionLabel :: !Namespace !EntryPoint !SymbolIdent -> Label +closureLabel :: !Namespace !SymbolIdent !Int -> Label |