1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

add comment

This commit is contained in:
Alain Magloire 2004-08-15 13:22:23 +00:00
parent 9ee027d183
commit 2752f103f9

View file

@ -105,6 +105,7 @@ public class GDBTypeParser {
if (gdbType instanceof GDBDerivedType) {
derived = (GDBDerivedType)gdbType;
gdbType = derived.getChild();
// respect the precedence of operators.
if (type == GDBType.FUNCTION) {
sb.append("()"); //$NON-NLS-1$
} else if (type == GDBType.ARRAY) {