Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / src / Headers / exposedNode.h
blobab3459eb55e397341cb401e35ee04024483abb8b
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 **
5 */
7 typedef struct {
8 ltoken tok;
9 lclTypeSpecNode type;
10 declaratorInvNodeList decls;
11 } *exposedNode;