VMS Help CC, Messages, NOSEMISTRUCT *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Message Missing ";" after last structure or union member. Description Accepting a struct/union type without a semicolon after the last member specifier is a language extension of Compaq C provided for compatiblity with older C compilers. This syntax is not valid in standard C, and may not be accepted by other C compilers. User Action Add the semicolon at the end of the last member.
|