Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2003 14:49:51 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30638 for review
Message-ID:  <200305052149.h45LnpTC012873@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=30638

Change 30638 by peter@peter_daintree on 2003/05/05 14:48:57

	add amd64

Affected files ...

.. //depot/projects/hammer/usr.bin/xlint/lint1/param.h#3 edit

Differences ...

==== //depot/projects/hammer/usr.bin/xlint/lint1/param.h#3 (text+ko) ====

@@ -65,6 +65,9 @@
 #ifdef __ia64__
 #define PTRDIFF_IS_LONG		1
 #define SIZEOF_IS_ULONG		1
+#elif __amd64__
+#define PTRDIFF_IS_LONG		1
+#define SIZEOF_IS_ULONG		1
 #elif __alpha__
 #define PTRDIFF_IS_LONG		1
 #define SIZEOF_IS_ULONG		1


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305052149.h45LnpTC012873>