From: (name lost) <unknown@unknown>
Date: Sat, 25 Jan 1997 02:01:05 +0000 (+1200)
Subject: Support 'long long' in h2ph
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b24d6896c46687d9b56b06c0a61d831247ac860;p=p5sagit%2Fp5-mst-13.2.git

Support 'long long' in h2ph
---

diff --git a/utils/h2ph.PL b/utils/h2ph.PL
index 2aa57ad..70f9e01 100644
--- a/utils/h2ph.PL
+++ b/utils/h2ph.PL
@@ -228,7 +228,7 @@ sub expr {
 		$id .= ' ' . $1;
 		$isatype{$id} = 1;
 	    }
-	    elsif ($id eq 'unsigned') {
+	    elsif ($id eq 'unsigned' || $id eq 'long') {
 		s/^\s+(\w+)//;
 		$id .= ' ' . $1;
 		$isatype{$id} = 1;