summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author(name lost) <unknown@unknown>1997-01-25 14:01:05 +1200
committerChip Salzenberg <chip@atlantic.net>1997-03-01 18:40:49 +1200
commit1d5de609d1347ca1156d122626b38b1386a60617 (patch)
treefeb35ec80d35242fa35bdbf6a3ec380b578afbdf
parent15d4faae631588d487b33da76398e7545c4ea6ae (diff)
downloadperl-1d5de609d1347ca1156d122626b38b1386a60617.tar.gz
Support 'long long' in h2ph
-rw-r--r--utils/h2ph.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2ph.PL b/utils/h2ph.PL
index 2aa57ad2f3..70f9e01bc1 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;