Deleted Added
full compact
main1.c (95258) main1.c (148723)
1/* $NetBSD: main1.c,v 1.11 2002/01/29 02:43:38 tv Exp $ */
2
3/*
4 * Copyright (c) 1994, 1995 Jochen Pohl
5 * All Rights Reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 */
33
34#include <sys/cdefs.h>
35#if defined(__RCSID) && !defined(lint)
36__RCSID("$NetBSD: main1.c,v 1.11 2002/01/29 02:43:38 tv Exp $");
37#endif
1/* $NetBSD: main1.c,v 1.11 2002/01/29 02:43:38 tv Exp $ */
2
3/*
4 * Copyright (c) 1994, 1995 Jochen Pohl
5 * All Rights Reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 */
33
34#include <sys/cdefs.h>
35#if defined(__RCSID) && !defined(lint)
36__RCSID("$NetBSD: main1.c,v 1.11 2002/01/29 02:43:38 tv Exp $");
37#endif
38__FBSDID("$FreeBSD: head/usr.bin/xlint/lint1/main1.c 95258 2002-04-22 13:44:47Z des $");
38__FBSDID("$FreeBSD: head/usr.bin/xlint/lint1/main1.c 148723 2005-08-05 09:07:42Z stefanf $");
39
40#include <sys/types.h>
41#include <stdio.h>
42#include <string.h>
43#include <stdlib.h>
44#include <unistd.h>
39
40#include <sys/types.h>
41#include <stdio.h>
42#include <string.h>
43#include <stdlib.h>
44#include <unistd.h>
45#include <err.h>
45#include <errno.h>
46#include <limits.h>
47
48#include "lint1.h"
49
50/* set yydebug to 1*/
51int yflag;
52

--- 169 unchanged lines hidden ---
46#include <errno.h>
47#include <limits.h>
48
49#include "lint1.h"
50
51/* set yydebug to 1*/
52int yflag;
53

--- 169 unchanged lines hidden ---