]> andersk Git - splint.git/blame - src/Headers/arrayQualNode.h
os2/makeos2.cmd: also make in ../lib with `-o' option.
[splint.git] / src / Headers / arrayQualNode.h
CommitLineData
885824d3 1/*
28bf4b0b 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
885824d3 3** See ../LICENSE for license information.
4**
5*/
28bf4b0b 6typedef struct {
885824d3 7 ltoken tok;
28bf4b0b 8 /*@null@*/ termNode term;
885824d3 9} *arrayQualNode;
This page took 0.073003 seconds and 5 git commands to generate.