]> andersk Git - splint.git/blame_incremental - src/Headers/enumSpecNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / enumSpecNode.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 ltoken opttagid;
10 /*@owned@*/ ltokenList enums;
11 sort sort;
12} *enumSpecNode;
13
14extern /*@unused@*/ /*@only@*/
15 cstring enumSpecNode_unparse(/*@null@*/ enumSpecNode p_n) /*@*/ ;
16
This page took 0.09175 seconds and 5 git commands to generate.