X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/6c50dc9249a1abaee3d737a499833718be2e6e0a..b73d1009d4a3494951c129e49f50f8b4c795deb1:/src/nameChecks.c diff --git a/src/nameChecks.c b/src/nameChecks.c index adbb2b0..20e8fa5 100644 --- a/src/nameChecks.c +++ b/src/nameChecks.c @@ -1124,7 +1124,7 @@ checkFileScopeName (/*@unused@*/ uentry ue) ** No file scope checks (yet) */ - /*@i423 add a file scope naming convention policy? */ + /* add a file scope naming convention policy? */ return; } @@ -1555,4 +1555,4 @@ void checkParamNames (uentry ue) } } -/*@i523 POSIX p. 527 - applications should not declare any symbols that end _MAX @*/ +/* not yet checked: POSIX p. 527 - applications should not declare any symbols that end _MAX */