diff options
author | ronny | 2003-06-19 11:16:07 +0000 |
---|---|---|
committer | ronny | 2003-06-19 11:16:07 +0000 |
commit | d1a5a14e6d7a2fed7f54c08f55085865e1813391 (patch) | |
tree | 31cb92717a4e42abb958bcada56d21f55962cca7 /frontend/comparedefimp.icl | |
parent | enable boxed records (diff) |
s/sd__ident/sd_ident/g
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1353 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/comparedefimp.icl')
-rw-r--r-- | frontend/comparedefimp.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/comparedefimp.icl b/frontend/comparedefimp.icl index ee91f96..3d9a632 100644 --- a/frontend/comparedefimp.icl +++ b/frontend/comparedefimp.icl @@ -614,8 +614,8 @@ instance getIdentPos ConsDef where = newPosition cons_ident cons_pos instance getIdentPos SelectorDef where - getIdentPos {sd__ident, sd_pos} - = newPosition sd__ident sd_pos + getIdentPos {sd_ident, sd_pos} + = newPosition sd_ident sd_pos instance getIdentPos ClassDef where getIdentPos {class_ident, class_pos} |