Re: [GD-DEVEL] proper usage of entities.h
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Mike, On 2/12/07, Mike Frysinger <[email protected]> wrote: > On Monday 12 February 2007, Mike Frysinger wrote: > > the entities.h header seems kind of an odd duck for exportation to users of > > GD ... if you have a project that includes it, then every object file will > > get its own copy of the large structure which can cause some problems > > > > since the contents of the entities array/structure shouldnt be assumed to > > be static (eg you can assume index 0 is always AElig), is there a good > > reason for exporting the definition ? Why one would use it? It is not supposed to be used/included directly. It is a private definition. ABI should not matter here. Have you seen any applications relying on this file? If yes, do you have any suggestion to make it really private? --Pierre