Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / src / Headers / abstBodyNode.h
blobd1cec268fa639e8f84224c3b1a955b0f658a2a40
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 **
5 */
7 struct s_abstBodyNode {
8 ltoken tok; /* check for NULLTOKEN before using it */
9 /*@null@*/ lclPredicateNode typeinv;
10 fcnNodeList fcns; /* only for abstBody, not for optExposedBody */
11 } ;