From: (name lost) Date: Sat, 25 Jan 1997 02:01:05 +0000 (+1200) Subject: Support 'long long' in h2ph X-Git-Tag: accepted/trunk/20130322.191538~38041^2~282 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d5de609d1347ca1156d122626b38b1386a60617;p=platform%2Fupstream%2Fperl.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;