]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2005-07-30 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sat, 30 Jul 2005 15:17:29 +0000 (15:17 +0000)
committerHavoc Pennington <hp@redhat.com>
Sat, 30 Jul 2005 15:17:29 +0000 (15:17 +0000)
* dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
DBUS_BUILD_TESTS since it's now used in production code

ChangeLog
dbus/dbus-sysdeps.c

index 2a53e5aa44addbeacaadcb3f04bc20a57ef881cd..9f693a21f7e82622096a11017a7b6b08897b727a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-30  Havoc Pennington  <hp@redhat.com>
+
+       * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
+       DBUS_BUILD_TESTS since it's now used in production code
+
 2005-07-29  Havoc Pennington  <hp@redhat.com>
 
        * test/glib/test-profile.c (write_junk): initialize the junk
index 1d0a64ac3a08bf331b44eeccc9b0d2937a23c99c..749059cbe9aaa4810526850ea85fe3693581ff7d 100644 (file)
@@ -1193,8 +1193,6 @@ _dbus_check_dir_is_private_to_user (DBusString *dir, DBusError *error)
   return TRUE;
 }
 
-#ifdef DBUS_BUILD_TESTS
-/* Not currently used, so only built when tests are enabled */
 /**
  * Parses an unsigned integer contained in a DBusString. Either return
  * parameter may be #NULL if you aren't interested in it. The integer
@@ -1233,7 +1231,6 @@ _dbus_string_parse_uint (const DBusString *str,
 
   return TRUE;
 }
-#endif /* DBUS_BUILD_TESTS */
 
 #ifdef DBUS_BUILD_TESTS
 static dbus_bool_t