From 38d66256cb67caa154db3cd4422103b22fbc7715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 16 Feb 2005 13:14:17 +0000 Subject: new multiarch keyword hint: BITS_PER_WORD --- check-multiarch-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-multiarch-files b/check-multiarch-files index 6611774..bb4bac7 100755 --- a/check-multiarch-files +++ b/check-multiarch-files @@ -53,7 +53,7 @@ while () { my ($def, $val) = ($1, $2); # check for typical arch-dependent macro definitions - my @keywords_with_int = qw(SIZEOF_VOID_P SIZEOF_CHAR_P SIZEOF_LONG BYTES_PER_LONG BITS_PER_LONG); + my @keywords_with_int = qw(SIZEOF_VOID_P SIZEOF_CHAR_P SIZEOF_LONG BYTES_PER_LONG BITS_PER_LONG BITS_PER_WORD); foreach my $pat (@keywords_with_int) { if ($def =~ /$pat/ && int($val)) { $archdefs{$def}++; -- cgit v1.2.1