Skip to content

Commit 27be169

Browse files
authored
Merge pull request #212 from moosetechnology/new-esope-intrinsic
add oooxln and dimstr intrinsic esope procedure
2 parents 395f19c + cfccfd7 commit 27be169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/EsopeImporter/FamixEsopeResolver.class.st

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ FamixEsopeResolver class >> esopeIntrinsicRoutines [
2121
oooeta
2222
actstr
2323
desstr
24+
oooxln ???
2425
"
2526

26-
^#( ooostp ooossg oooeta actstr desstr inistr supstr ajpnt mypnt dupstr copstr typpnt )
27+
^#( oooeta ooossg ooostp oooxln actstr desstr inistr supstr ajpnt mypnt dupstr copstr typpnt dimstr )
2728
]
2829

2930
{ #category : 'private-helper' }

0 commit comments

Comments
 (0)