diff options
author | DJ Delorie <dj@redhat.com> | 2005-01-11 21:01:13 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-01-11 21:01:13 +0000 |
commit | b5c3b3deb6fa32b074a6f5558a8b8a6270d96d1c (patch) | |
tree | b1d0107d61ddf40d7c7e6ac9a7a03a48a21bdd53 /libiberty/hex.c | |
parent | 195a97ce8e9be697d17facbfbac05e57ea7ae605 (diff) | |
download | gdb-b5c3b3deb6fa32b074a6f5558a8b8a6270d96d1c.zip gdb-b5c3b3deb6fa32b074a6f5558a8b8a6270d96d1c.tar.gz gdb-b5c3b3deb6fa32b074a6f5558a8b8a6270d96d1c.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/hex.c')
-rw-r--r-- | libiberty/hex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/hex.c b/libiberty/hex.c index e4c5dfa..d30f199 100644 --- a/libiberty/hex.c +++ b/libiberty/hex.c @@ -44,7 +44,7 @@ or zero if it is not. Note that the value you pass will be cast to @end deftypefn -@deftypefn Extension unsigned int hex_value (int @var{c}) +@deftypefn Extension {unsigned int} hex_value (int @var{c}) Returns the numeric equivalent of the given character when interpreted as a hexidecimal digit. The result is undefined if you pass an |