X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/5f0979c1f526d68a18b536eab1a69de8f60b54a7..9cb5aae31e1c126970843ef9b6e54036b185fd51:/src/errmsg.str diff --git a/src/errmsg.str b/src/errmsg.str index 60a6500..365e72f 100644 --- a/src/errmsg.str +++ b/src/errmsg.str @@ -11,7 +11,6 @@ &CDECL__EBADQUAL only pointer types can be restrict-qualified &CDECL__ENOTFUNC only function declarations can have function specifiers &CDECL__EBADPARAM invalid function parameter -&CDECL__EMANYPAREN too many parentheses &CDECL__EVOIDPARAM void parameter must stand alone &CDECL__ERETFUNC functions cannot return functions &CDECL__ERETARRAY functions cannot return array @@ -20,3 +19,4 @@ &CDECL__EDECLTYPE mixing type names and declarations is not allowed &CDECL__ERANGE integer constant out of range &CDECL__EBADINT invalid integer constant +&CDECL__EZEROARRAY array length must be positive