Bug#201214: debconfclient.h macros waste space in binary

2003-07-15 Thread Tollef Fog Heen
* Joey Hess [...] | Nearly any whitespace used like that wastes memory. Can anyone think of | a way to error out at compile time on those? grep for them? -- Tollef Fog Heen,''`. UNIX is user friendly, it's just picky about who its frien

Bug#201214: debconfclient.h macros waste space in binary

2003-07-15 Thread Joey Hess
Petter Reinholdtsen wrote: > [Joey Hess] > > #define debconf_input(_client, _priority, _question) \ > > _client->commandf(_client, "INPUT %s %s", _priority, _question) > > Shouldn't it be ', NULL' at the end of this argument list? No, it's commandf. The bug is not accurate; "INPUT %s %s" is

Bug#201214: debconfclient.h macros waste space in binary

2003-07-14 Thread Petter Reinholdtsen
[Joey Hess] > #define debconf_input(_client, _priority, _question) \ > _client->commandf(_client, "INPUT %s %s", _priority, _question) Shouldn't it be ', NULL' at the end of this argument list? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [

Bug#201214: debconfclient.h macros waste space in binary

2003-07-14 Thread Joey Hess
Package: cdebconf Version: unavailable; reported 2003-07-14 Severity: normal #define debconf_input(_client, _priority, _question) \ _client->commandf(_client, "INPUT %s %s", _priority, _question) This kind of thing is a waste of space. Compare with: _client->command(_client, "INPUT", _pr