]> andersk Git - splint.git/blame_incremental - src/Headers/modifyNode.h
*** empty log message ***
[splint.git] / src / Headers / modifyNode.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3** See ../LICENSE for license information.
4**
5*/
6
7typedef struct {
8 ltoken tok;
9 bool modifiesNothing;
10 bool hasStoreRefList;
11 /* if hasStoreRefList is FALSE, then it's either NOTHING or ANYTHING */
12 /* evs - this is a really kludgy way of doing this... */
13 /*@reldef@*/ storeRefNodeList list;
14} *modifyNode;
15
16extern /*@unused@*/ /*@only@*/ cstring modifyNode_unparse (/*@null@*/ modifyNode p_m);
17
18
19
20
21
22
23
24
25
26
27
This page took 5.358183 seconds and 5 git commands to generate.