]> andersk Git - splint.git/blame - src/Headers/shift.h
Updated copyrights
[splint.git] / src / Headers / shift.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** shift.h
8*/
9
10extern void LSLGenShift (ltoken p_tok);
11extern void LSLGenShiftOnly (/*@only@*/ ltoken p_tok);
12
13extern /*@only@*/ ltoken LSLGenTopPopShiftStack(void);
14
15extern void LSLGenInit(bool p_LSLParse);
This page took 0.220599 seconds and 5 git commands to generate.