fix the bug #31403: parser bug in structure
commitdec959358a2d947e7bad18507394b7057a93fae3
authorseyko <seyko2@gmail.com>
Fri, 10 Apr 2015 03:31:58 +0000 (10 06:31 +0300)
committerseyko <seyko2@gmail.com>
Fri, 10 Apr 2015 03:31:58 +0000 (10 06:31 +0300)
tree0d1e7030f132b23435c0de7896942fc5a69f4d38
parent9fc3d66f1b175dd712c91692c73445b65090db61
fix the bug #31403: parser bug in structure

    - a warning: unnamed struct/union that defines no instances
    - allow a nested named struct declaration w/o identifier
      only when option -fms-extensions is used
libtcc.c
tcc-doc.texi
tcc.h
tccgen.c