[gwp] A quick patch for wp_plugin_manager.h (fwd)

J. Patrick Narkinsky (patrick@narkinsky.ml.org)
Sat, 31 Oct 1998 00:43:35 -0500 (EST)

pgcc-2.91.57 complains about the class member initializers in
wp_plugin_manager.h -- claims they are not ANSI compliant.

The fix I used, which appeared to work, was to change (on lines 42-43):
static GList *plugins = NULL;
static GHashTable *plugins_hash = NULL;
To
static Glist *plugins;
static GHast *plugins_hash;
Turns out that they are initialized in wp_plugin_manager.C anyway, so I
suspect impact should be very little.

Sorry, would've produced a diff, but never learned how and it didn't
seem worth learning for this change :-).

Also: FANTASTIC WORK ON THIS! WOW! I'M ASTOUNDED. Seriously, you guys
have taken this software an incredibly long way in the couple of weeks
since I last looked at it.

Thanks!

Patrick

-- 
J. Patrick Narkinsky patrick@narkinsky.ml.org

"It is so stupid of modern society to have given up believing in the devil when he is the only explanation for it." -- Ronald Knox

---- Mailing-list gwp@rufus.w3.org To unsubscribe: echo "unsubscribe gwp" | mail majordomo@rufus.w3.org