Re: [Soup-list] [PATCH] soup: union initialization should use named initializers (#32833)
Miguel de Icaza <[email protected]> 24 Oct 2002 16:05:42 -0400
| Newsgroups | gmane.comp.gnome.evolution.patches,gmane.comp.gnome.ximian.soup |
|---|---|
| Message-ID | <[email protected]> |
hELLO, > soup does a cast from char * to a gint in a union initialization which > won't work for 64-bit platforms. This patch changes to using named > initializers for the union. Patch is against 0.7.4 since that's what > evolution 1.2 beta is building against -- a very similar fix is needed > for HEAD. c99 is not supported everywhere where soup is used. Can you submit a patch that does not use the new extensions? Miguel