[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/kdevelop/3.4/languages/cpp
From:       David Nolden <david.nolden.kde () art-master ! de>
Date:       2007-01-21 13:21:51
Message-ID: 1169385711.226737.28716.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 625860 by zwabel:

add unsigned to the list of builtin types

 M  +1 -1      simpletype.cpp  


--- branches/kdevelop/3.4/languages/cpp/simpletype.cpp #625859:625860
@@ -28,7 +28,7 @@
   m_types["unsigned char"] = i18n("unsigned character, 1 byte, ranged 0 to 255");
   m_types["wchar_t"] = i18n("wide character, 2 bytes, ranged 0 to 65.535");
   m_types["long"] = m_types["long int"] = m_types["int"] = m_types["signed int"] = \
                i18n("signed interger, 4 bytes, ranged -2.147.483.648 to \
                2.147.483.647");
-  m_types["unsigned int"] = i18n("unsigned integer, 4 bytes, ranged 0 to \
4.294.967.295"); +  m_types["unsigned"] = m_types["unsigned int"] = i18n("unsigned \
integer, 4 bytes, ranged 0 to 4.294.967.295");  m_types["short"] = m_types["short \
int"] = i18n("short integer, 2 bytes, ranged -32.768 to 32.768");  m_types["unsigned \
short int"] = i18n("unsigned short integer, 2 bytes, ranged 0 to 65.535");  \
m_types["float"] = i18n("floating point value, 4 bytes, ranged ca. -3,4E+38 to \
3.4E+38");


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic