Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / src / Headers / stmtNode.h
blob9f3bfc8616b0fc5a387306a7c08ebabbd09c0960
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 */
6 struct s_stmtNode {
7 ltoken lhs;
8 ltoken operator;
9 termNodeList args;
10 } ;