PERFORCE change 30638 for review

Peter Wemm peter at FreeBSD.org
Mon May 5 14:49:53 PDT 2003


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

Change 30638 by peter at 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


More information about the p4-projects mailing list