]> andersk Git - splint.git/blob - src/Headers/modifyNode.h
Updated copyrights
[splint.git] / src / Headers / modifyNode.h
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   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
16 extern /*@unused@*/ /*@only@*/ cstring modifyNode_unparse (/*@null@*/ modifyNode p_m);
17
18
19
20
21
22
23
24
25
26
27
This page took 1.16923 seconds and 5 git commands to generate.