X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/ad973d63e038f293f2b158f19b04c1582e616af0..1b56fac4a07ed3ef680a46639c8e8e5bae4767e9:/src/cdecl.h diff --git a/src/cdecl.h b/src/cdecl.h index 0846cfd..20a94f2 100644 --- a/src/cdecl.h +++ b/src/cdecl.h @@ -1,5 +1,5 @@ /* - * Copyright © 2011 Nick Bowler + * Copyright © 2011, 2021, 2023 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -119,6 +119,8 @@ static inline _Bool cdecl_is_abstract(const struct cdecl_declarator *d) enum { CDECL_ENOMEM = 1, CDECL_ENOPARSE, + + /* Obsolete error codes (no longer returned by the library) */ CDECL_EBADARRAY, CDECL_EBADDECL, CDECL_EBADPARAMS,