Comment 4 for bug 238455

Revision history for this message
Gustavo Carneiro (gjc) wrote :

Ah!
  param_type_matcher.register("char *", CStringParam)
  return_type_matcher.register("char *", CStringReturn)

The problem is the extra space between char and *. The types are currently being registered without the space. Is the gccxml scanner reporting types with the space?