Deleted Added
full compact
compile_et.h (127807) compile_et.h (178846)
1/*
2 * Copyright (c) 1998 - 2000 Kungliga Tekniska H�gskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 */
33
1/*
2 * Copyright (c) 1998 - 2000 Kungliga Tekniska H�gskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 */
33
34/* $Id: compile_et.h,v 1.6 2000/07/01 20:21:48 assar Exp $ */
35/* $FreeBSD: head/contrib/com_err/compile_et.h 127807 2004-04-03 21:17:01Z nectar $ */
34/* $Id: compile_et.h 15426 2005-06-16 19:21:42Z lha $ */
35/* $FreeBSD: head/contrib/com_err/compile_et.h 178846 2008-05-08 11:01:46Z dfr $ */
36
37#ifndef __COMPILE_ET_H__
38#define __COMPILE_ET_H__
39
40#ifdef HAVE_CONFIG_H
41#include <config.h>
42#endif
43
36
37#ifndef __COMPILE_ET_H__
38#define __COMPILE_ET_H__
39
40#ifdef HAVE_CONFIG_H
41#include <config.h>
42#endif
43
44#include <err.h>
44#include <stdio.h>
45#include <string.h>
46#include <stdlib.h>
47#include <stdarg.h>
48#include <ctype.h>
49
45#include <stdio.h>
46#include <string.h>
47#include <stdlib.h>
48#include <stdarg.h>
49#include <ctype.h>
50
50extern long base;
51extern long base_id;
51extern int number;
52extern char *prefix;
53extern char name[128];
54extern char *id_str;
55extern char *filename;
56extern int numerror;
57
58struct error_code {

--- 21 unchanged lines hidden ---
52extern int number;
53extern char *prefix;
54extern char name[128];
55extern char *id_str;
56extern char *filename;
57extern int numerror;
58
59struct error_code {

--- 21 unchanged lines hidden ---