K 10 svn:author V 3 ler K 8 svn:date V 27 2020-01-07T15:40:45.449037Z K 7 svn:log V 426 devel/cdecl: update to 6.7. Explicit int in English Previously when explaining integer declarations, int was implicit: cdecl> explain unsigned x declare x as unsigned Now int is explicit: cdecl> explain unsigned x declare x as unsigned int Added explicit-int option Both a command-line --explicit-int/-I and explicit-int set option have been added that set which integer types have int explicitly included in declarations. END