]> andersk Git - splint.git/blame - src/Headers/mtgrammar.h
Fixed checking for shift expressions.
[splint.git] / src / Headers / mtgrammar.h
CommitLineData
28bf4b0b 1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3** See ../LICENSE for license information.
4**
5*/
6/*
7** mtgrammar.h
8*/
9
10# ifndef MTGRAMMAR_H
11# define MTGRAMMAR_H
12
13# include "mtgrammar_tokens.h"
28bf4b0b 14
a956d444 15/*@-declundef@*/
28bf4b0b 16extern int mtparse (void);
a956d444 17/*@=declundef@*/
28bf4b0b 18
19# else
20# error "Multiple include"
21# endif
This page took 0.31733 seconds and 5 git commands to generate.