]> andersk Git - splint.git/blob - src/Headers/typeNamePack.h
Updated copyrights
[splint.git] / src / Headers / typeNamePack.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 */
5
6 typedef struct {
7   bool isObj;
8   lclTypeSpecNode type;
9   abstDeclaratorNode abst;
10 } *typeNamePack;
11
This page took 0.396227 seconds and 5 git commands to generate.