summaryrefslogtreecommitdiff
path: root/src/stringutils.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-05 14:53:00 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-05 14:53:00 +0300
commit56df4c05e05f4ad0be6487298d43566be9bc0230 (patch)
treede1e90c8554e381952a47073ae91a58b0b94786d /src/stringutils.h
parent20e38a593d6bbe0a6d85eab83831ae6363d5cddb (diff)
downloadparanucker-56df4c05e05f4ad0be6487298d43566be9bc0230.tar.gz
paranucker-56df4c05e05f4ad0be6487298d43566be9bc0230.tar.bz2
paranucker-56df4c05e05f4ad0be6487298d43566be9bc0230.tar.xz
paranucker-56df4c05e05f4ad0be6487298d43566be9bc0230.zip
Add parsing node INTEGER_TYPE.
Also fix negative numbers in INTEGER_CST node.
Diffstat (limited to 'src/stringutils.h')
-rw-r--r--src/stringutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stringutils.h b/src/stringutils.h
index 58a4e5e..880e609 100644
--- a/src/stringutils.h
+++ b/src/stringutils.h
@@ -22,6 +22,6 @@
#include <string>
-std::string toString(const int num);
+std::string toString(const unsigned int num);
#endif // STRINGUTILS_H