summaryrefslogtreecommitdiff
path: root/ext/dl/lib/dl/cparser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dl/lib/dl/cparser.rb')
-rw-r--r--ext/dl/lib/dl/cparser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dl/lib/dl/cparser.rb b/ext/dl/lib/dl/cparser.rb
index be23ab4567..210f953471 100644
--- a/ext/dl/lib/dl/cparser.rb
+++ b/ext/dl/lib/dl/cparser.rb
@@ -73,7 +73,7 @@ module DL
return -TYPE_SHORT
when "int"
return TYPE_INT
- when "unsigned int"
+ when "unsigned int", 'uint'
return -TYPE_INT
when "long"
return TYPE_LONG