diff options
author | johnvg | 2003-12-11 14:59:33 +0000 |
---|---|---|
committer | johnvg | 2003-12-11 14:59:33 +0000 |
commit | 767bde57d84af82f3e34e57aff2e9901b3c2425b (patch) | |
tree | 2c0430fd707d4259ada40306d64c476c8a5eff4c /frontend/syntax.dcl | |
parent | bug fix: use a new ptr in expanded dynamic (diff) |
remove BackendBody
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1427 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index 9d53b45..01be501 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -546,14 +546,8 @@ FI_IsUnboxedListOfRecordsConsOrNil :== 8 /* macro expansion transforms a CheckedBody into a TransformedBody */ | TransformedBody !TransformedBody | Expanding ![FreeVar] // the parameters of the newly generated function - | BackendBody ![BackendBody] | GeneratedBody // the body will be generated automatically - for generics | NoBody - -:: BackendBody = - { bb_args :: ![FunctionPattern] - , bb_rhs :: !Expression - } :: FunDef = { fun_ident :: !Ident |