]> andersk Git - splint.git/blame - src/Headers/pairNode.h
Updated copyrights
[splint.git] / src / Headers / pairNode.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*/
6/*
7** pairNode.h
8**
9** needs sort_type.h, ltoken_type.h
10*/
11
28bf4b0b 12typedef struct {
885824d3 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.074373 seconds and 5 git commands to generate.