Repair semantics of !: Result type is int, not the operand type.
[cparser] / diagnostic.h
index 2ce3b5d..663e6dc 100644 (file)
@@ -47,8 +47,8 @@
  *  %Y  const symbol_t *
  *  %E  const expression_t *
  *  %Q  unsigned  (qualifier)
- *  %T  type_t
- *  %K  token_t
+ *  %T  const type_t*
+ *  %K  const token_t*
  *  %k  token_kind_t
  *  %P  const source_position_t *
  *