Deleted Added
full compact
func.c (75782) func.c (75831)
1/* $NetBSD: func.c,v 1.7 1995/10/02 17:31:40 jpo Exp $ */
1/* $NetBSD: func.c,v 1.7 1995/10/02 17:31:40 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/func.c 75782 2001-04-21 11:17:44Z asmodai $";
36 "$FreeBSD: head/usr.bin/xlint/lint1/func.c 75831 2001-04-22 17:06:12Z asmodai $";
37#endif
38
39#include <stdlib.h>
40#include <string.h>
41
42#include "lint1.h"
43#include "y.tab.h"
44

--- 1218 unchanged lines hidden ---
37#endif
38
39#include <stdlib.h>
40#include <string.h>
41
42#include "lint1.h"
43#include "y.tab.h"
44

--- 1218 unchanged lines hidden ---