Deleted Added
full compact
emit2.c (91587) emit2.c (148723)
1/* $NetBSD: emit2.c,v 1.8 2002/01/21 19:49:52 tv Exp $ */
2
3/*
4 * Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
5 * Copyright (c) 1994, 1995 Jochen Pohl
6 * All Rights Reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

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#include <sys/cdefs.h>
36#if defined(__RCSID) && !defined(lint)
37__RCSID("$NetBSD: emit2.c,v 1.8 2002/01/21 19:49:52 tv Exp $");
38#endif
1/* $NetBSD: emit2.c,v 1.8 2002/01/21 19:49:52 tv Exp $ */
2
3/*
4 * Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
5 * Copyright (c) 1994, 1995 Jochen Pohl
6 * All Rights Reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

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#include <sys/cdefs.h>
36#if defined(__RCSID) && !defined(lint)
37__RCSID("$NetBSD: emit2.c,v 1.8 2002/01/21 19:49:52 tv Exp $");
38#endif
39__FBSDID("$FreeBSD: head/usr.bin/xlint/lint2/emit2.c 148723 2005-08-05 09:07:42Z stefanf $");
39
40
41#include <err.h>
42
40#include "lint2.h"
41
42static void outtype(type_t *);
43static void outdef(hte_t *, sym_t *);
44static void dumpname(hte_t *);
45static void outfiles(void);
46
47/*

--- 250 unchanged lines hidden ---
43#include "lint2.h"
44
45static void outtype(type_t *);
46static void outdef(hte_t *, sym_t *);
47static void dumpname(hte_t *);
48static void outfiles(void);
49
50/*

--- 250 unchanged lines hidden ---