]> andersk Git - splint.git/blame - src/Headers/modifyNode.h
Updated copyrights
[splint.git] / src / Headers / modifyNode.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 3** See ../LICENSE for license information.
4**
5*/
28bf4b0b 6
7typedef struct {
885824d3 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 0.066668 seconds and 5 git commands to generate.