]> andersk Git - splint.git/blame_incremental - src/Headers/pairNode.h
noexpand always false.
[splint.git] / src / Headers / pairNode.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3** See ../LICENSE for license information.
4**
5*/
6/*
7** pairNode.h
8**
9** needs sort_type.h, ltoken_type.h
10*/
11
12typedef struct {
13 sort sort;
14 ltoken tok; /* enable error message to pinpoint location */
15} *pairNode;
16
17extern void pairNode_free (/*@only@*/ /*@null@*/ pairNode p_x);
This page took 0.031335 seconds and 5 git commands to generate.