Deleted Added
full compact
err.c (75782) err.c (75831)
1/* $NetBSD: err.c,v 1.8 1995/10/02 17:37:00 jpo Exp $ */
1/* $NetBSD: err.c,v 1.8 1995/10/02 17:37:00 jpo 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
9 * are met:

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

28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
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#ifndef lint
35static const char rcsid[] =
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
9 * are met:

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

28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
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#ifndef lint
35static const char rcsid[] =
36 "$FreeBSD: head/usr.bin/xlint/lint1/err.c 75782 2001-04-21 11:17:44Z asmodai $";
36 "$FreeBSD: head/usr.bin/xlint/lint1/err.c 75831 2001-04-22 17:06:12Z asmodai $";
37#endif
38
39/* number of errors found */
40int nerr;
41
42/* number of syntax errors */
43int sytxerr;
44

--- 500 unchanged lines hidden ---
37#endif
38
39/* number of errors found */
40int nerr;
41
42/* number of syntax errors */
43int sytxerr;
44

--- 500 unchanged lines hidden ---