repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git]
/
src
/
Headers
/
exposedNode.h
blob
ab3459eb55e397341cb401e35ee04024483abb8b
1
/*
2
** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3
** See ../LICENSE for license information.
4
**
5
*/
6
7
typedef
struct
{
8
ltoken tok
;
9
lclTypeSpecNode type
;
10
declaratorInvNodeList decls
;
11
} *
exposedNode
;
12