Deleted Added
full compact
cgram.y (75782) cgram.y (75831)
1%{
1%{
2/* $NetBSD: cgram.y,v 1.8 1995/10/02 17:31:35 jpo Exp $ */
2/* $NetBSD: cgram.y,v 1.8 1995/10/02 17:31:35 jpo Exp $ */
3
4/*
5 * Copyright (c) 1994, 1995 Jochen Pohl
6 * All Rights Reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

--- 17 unchanged lines hidden (view full) ---

28 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 */
34
35#ifndef lint
3
4/*
5 * Copyright (c) 1994, 1995 Jochen Pohl
6 * All Rights Reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

--- 17 unchanged lines hidden (view full) ---

28 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 */
34
35#ifndef lint
36static char rcsid[] = "$FreeBSD: head/usr.bin/xlint/lint1/cgram.y 75782 2001-04-21 11:17:44Z asmodai $";
36static char rcsid[] = "$FreeBSD: head/usr.bin/xlint/lint1/cgram.y 75831 2001-04-22 17:06:12Z asmodai $";
37#endif
38
39#include <stdlib.h>
40#include <limits.h>
41
42#include "lint1.h"
43
44/*

--- 1642 unchanged lines hidden ---
37#endif
38
39#include <stdlib.h>
40#include <limits.h>
41
42#include "lint1.h"
43
44/*

--- 1642 unchanged lines hidden ---