bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parted 1.5.6-pre1


From: Neal H Walfield
Subject: Re: Parted 1.5.6-pre1
Date: 01 Jan 2002 21:01:27 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

> Change summary:
> * I've added a bit of #ifdef mess, to make libparted small
> in the case of only wanting to parse partition tables.

This is the wrong thing to do: you should separate the routines and
minimize the dependencies of one .o on another.  Then, when you link,
the amount of actual code brought in to the application will be
minimal.  Anything else is a hack.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]