]> andersk Git - splint.git/blobdiff - src/cgrammar.y
Fixed creation of temp files.
[splint.git] / src / cgrammar.y
index 1b18b8bfe87b27e116b20da071fc0dca9c815985..9ac04c63153afcf9dc2e79b9be489cfb53b1c54e 100644 (file)
@@ -1232,7 +1232,7 @@ typeSpecifier
  | CGFLOAT NotType
  | CDOUBLE NotType
  | CVOID NotType 
- | QANYTYPE NotType              { $$ = ctype_anytype; DPRINTF (("anytype: %s", ctype_unparse ($$))); }
+ | QANYTYPE NotType              { $$ = ctype_makeAnytype (); }
  | QINTEGRALTYPE NotType         { $$ = ctype_anyintegral; }
  | QUNSIGNEDINTEGRALTYPE NotType { $$ = ctype_unsignedintegral; }
  | QSIGNEDINTEGRALTYPE NotType   { $$ = ctype_signedintegral; }
This page took 0.187119 seconds and 4 git commands to generate.