From 13f70ce711630d7f70c0b11fa57639fad95e4afd Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 27 Feb 2003 04:17:44 +0000 Subject: 2003-02-27 Havoc Pennington * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much more inlined, using dbus-string-private.h, speeds things up substantially * dbus/dbus-string.c (_dbus_string_free): apply align offset when freeing the string (_dbus_string_steal_data): fix for align offset (undo_alignment): new function --- dbus/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus/Makefile.am') diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 7a064ce8..b0b001af 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -89,6 +89,7 @@ libdbus_convenience_la_SOURCES= \ dbus-message-builder.h \ dbus-string.c \ dbus-string.h \ + dbus-string-private.h \ dbus-sysdeps.c \ dbus-sysdeps.h -- cgit