Changeset 3866 for devel-tools
- Timestamp:
- Jul 23, 2008, 5:07:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.rfpdt.core/src/org/refal/rfpdt/compiler/RefalASGenerator.java
r3864 r3866 166 166 if (astNative.isNameAtLeft) 167 167 return; 168 items.toRight(NATIVE) .toRight(EXPORT);168 items.toRight(NATIVE); 169 169 AstFuncDecl astFuncDecl = astNative.funcDecl; 170 170 items.toRight(astFuncDecl.retMode.select(FUNC_Q, FUNC));
Note: See TracChangeset
for help on using the changeset viewer.