Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 29614: /trunk/ /trunk/epan/dfilter/:

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 29 Aug 2009 01:12:49 -0700

On Aug 28, 2009, at 11:42 PM, krj@xxxxxxxxxxxxx wrote:

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29614

User: krj
Date: 2009/08/28 11:42 PM

Log:
Use G_STRINGIFY/G_PASTE

...and G_PASTE, according to

	http://library.gnome.org/devel/glib/stable/glib-Miscellaneous-Macros.html

first appears in GLib 2.20, so either we need to require GLib 2.20 or newer, or we need to supply our own implementation of G_PASTE if it's not defined by GLib, or we need not to use G_PASTE.