summaryrefslogtreecommitdiffstats
path: root/ini/ini.d
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-05-17 13:21:56 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-05-17 13:52:16 -0400
commitc06735031379e0dae58c19f3ab922258248d9c26 (patch)
tree519308ccc383fc4de7e252280e0acbcc6779a281 /ini/ini.d
parent97840a33d5e8ae1c03eaa4f4454b87bfb86a4ba5 (diff)
downloadding-libs-c06735031379e0dae58c19f3ab922258248d9c26.tar.gz
ding-libs-c06735031379e0dae58c19f3ab922258248d9c26.tar.xz
ding-libs-c06735031379e0dae58c19f3ab922258248d9c26.zip
Adding support for explicit 32/64 types (attempt 2).
This is a reworked patch to add support for explicit 32 and 64 bit values in the config files.
Diffstat (limited to 'ini/ini.d')
-rw-r--r--ini/ini.d/real.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/ini/ini.d/real.conf b/ini/ini.d/real.conf
index e3348e3..c426ec5 100644
--- a/ini/ini.d/real.conf
+++ b/ini/ini.d/real.conf
@@ -50,3 +50,7 @@ long_array = 1 2; 4' ;8p .16/ 32?
double_array = 1.1 2.222222; .4' . ;8p .16/ -32?
empty_value =
space_value = " "
+int32_t = -1000000000
+uint32_t = 3000000000
+int64_t = -1000000000123
+uint64_t = 3000000000123