From 5c2816e8e6489e0fec4b9968cabe775c474225af Mon Sep 17 00:00:00 2001 From: krj Date: Sat, 29 Aug 2009 06:42:23 +0000 Subject: Use G_STRINGIFY/G_PASTE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29614 f5534014-38df-0310-8fa8-9805f1628bb7 --- capture_wpcap_packet.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'capture_wpcap_packet.c') diff --git a/capture_wpcap_packet.c b/capture_wpcap_packet.c index c2668724dd..9675fcde8d 100644 --- a/capture_wpcap_packet.c +++ b/capture_wpcap_packet.c @@ -36,9 +36,6 @@ #include -/* XXX - yes, I know, I should move cppmagic.h to a generic location. */ -#include "tools/lemon/cppmagic.h" - #include #include /* Needed here to force a definition of WINVER */ @@ -139,7 +136,7 @@ typedef struct { gboolean optional; } symbol_table_t; -#define SYM(x, y) { STRINGIFY(x) , (gpointer) &CONCAT(p_,x), y } +#define SYM(x, y) { G_STRINGIFY(x) , (gpointer) &G_PASTE(p_,x), y } void wpcap_packet_load(void) -- cgit v1.2.3