Deleted Added
full compact
targparam.h (92864) targparam.h (121927)
1/* $FreeBSD: head/usr.bin/xlint/arch/ia64/targparam.h 92864 2002-03-21 07:33:31Z peter $ */
1/* $FreeBSD: head/usr.bin/xlint/arch/ia64/targparam.h 121927 2003-11-03 05:09:57Z marcel $ */
2/* $NetBSD: targparam.h,v 1.1 2002/01/18 20:39:18 thorpej Exp $ */
3
4/*
5 * Copyright (c) 1994, 1995 Jochen Pohl
6 * All Rights Reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

44 * kept in sync with the compiler!
45 */
46
47#define PTRDIFF_IS_LONG 1
48#define SIZEOF_IS_ULONG 1
49
50#define FLOAT_SIZE (4 * CHAR_BIT)
51#define DOUBLE_SIZE (8 * CHAR_BIT)
2/* $NetBSD: targparam.h,v 1.1 2002/01/18 20:39:18 thorpej Exp $ */
3
4/*
5 * Copyright (c) 1994, 1995 Jochen Pohl
6 * All Rights Reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

44 * kept in sync with the compiler!
45 */
46
47#define PTRDIFF_IS_LONG 1
48#define SIZEOF_IS_ULONG 1
49
50#define FLOAT_SIZE (4 * CHAR_BIT)
51#define DOUBLE_SIZE (8 * CHAR_BIT)
52#define LDOUBLE_SIZE (12 * CHAR_BIT)
52#define LDOUBLE_SIZE (16 * CHAR_BIT)
53
54#define ENUM_SIZE (4 * CHAR_BIT)
53
54#define ENUM_SIZE (4 * CHAR_BIT)