diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-07-12 13:13:13 +0100 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-07-12 13:13:13 +0100 |
| commit | 07bb7f1de21c64ea1f19ff107910daa2a14ec4ba (patch) | |
| tree | 5ec7830eb62196a4bcd1cdc6b5da66950dfdd214 /_dbus_bindings/containers.c | |
| parent | a94d9d68d17fd5284aa549187ac6fbb29c188efd (diff) | |
| download | dbus-python-07bb7f1de21c64ea1f19ff107910daa2a14ec4ba.tar.gz | |
Avoid cpp directives inside macro calls, to be nice to old gcc versions
Diffstat (limited to '_dbus_bindings/containers.c')
| -rw-r--r-- | _dbus_bindings/containers.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/_dbus_bindings/containers.c b/_dbus_bindings/containers.c index 1355ace..3691a65 100644 --- a/_dbus_bindings/containers.c +++ b/_dbus_bindings/containers.c @@ -253,11 +253,7 @@ PyDoc_STRVAR(Dict_tp_doc, "\n" "``signature`` is either a string or None. If a string, it must consist\n" "of exactly two complete type signatures, representing the 'key' type\n" -"(which must be a primitive type, i.e. one of \"bd" -#ifdef WITH_DBUS_FLOAT32 -"f" -#endif -"ginoqstuxy\")\n" +"(which must be a primitive type, i.e. one of \"bdginoqstuxy\")\n" "and the 'value' type. The signature of the whole Dictionary will be\n" "``a{xx}`` where ``xx`` is replaced by the given signature.\n" "\n" |
