HP-UX hint update
[p5sagit/p5-mst-13.2.git] / utils / h2ph.PL
index 70f9e01..2aa57ad 100644 (file)
@@ -228,7 +228,7 @@ sub expr {
                $id .= ' ' . $1;
                $isatype{$id} = 1;
            }
-           elsif ($id eq 'unsigned' || $id eq 'long') {
+           elsif ($id eq 'unsigned') {
                s/^\s+(\w+)//;
                $id .= ' ' . $1;
                $isatype{$id} = 1;