Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] Wrong type info on multi dim arrays

Hi,

Please consider the following type (in your c program):
int[10][20][30]
The Eclipse Expression view displays in the type columns the following:
int[30][20][10]

I'm assuming this is a bug related to TCF, however what would be the right fix for that?

Cheers,
Conny






Back to the top