CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2011/05/31 15:25:30
Modified files: usr.bin/xlint/lint2: chk.c Log message: Make tt_domain = 3 (complex), not 1 (real) for the complex types (COMPLEX, DCOMPLEX, LDCOMPLEX). While at it, _Complex float -> float _Complex since that's the type defined by C99. OK millert@.