1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

do not add them.

This commit is contained in:
Alain Magloire 2003-08-26 15:53:57 +00:00
parent e3e45fd5fe
commit 0024353521

View file

@ -310,7 +310,7 @@ public class VariableManager extends SessionObject implements ICDIVariableManage
obj.getPosition(), obj.getPosition(),
obj.getStackDepth()); obj.getStackDepth());
vo.setCastingArrayStart(obj.getCastingArrayStart() + start); vo.setCastingArrayStart(obj.getCastingArrayStart() + start);
vo.setCastingArrayEnd(obj.getCastingArrayEnd() + length); vo.setCastingArrayEnd(length);
return vo; return vo;
} }
throw new CDIException("Unknown variable object"); throw new CDIException("Unknown variable object");