summaryrefslogtreecommitdiff
path: root/utils/h2ph.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/h2ph.PL')
-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;