From 0b0bbf096583ddb9ef0e660cf052e28d19bd212d Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Sat, 9 Nov 2013 14:37:13 +0000 Subject: Replace STRINGIFY with glib version. svn path=/trunk/; revision=53193 --- epan/strutil.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/strutil.h') diff --git a/epan/strutil.h b/epan/strutil.h index aac0bbdce9..e791b4df5a 100644 --- a/epan/strutil.h +++ b/epan/strutil.h @@ -239,10 +239,6 @@ WS_DLL_PUBLIC const guint8 * epan_memmem(const guint8 *haystack, guint haystack_len, const guint8 *needle, guint needle_len); -/** Surround a string or a macro, resolved to a string, with double quotes */ -#define _STRINGIFY(a) # a -#define STRINGIFY(a) _STRINGIFY(a) - /** Scan a string to make sure it's valid hex. * * @param string The string to validate -- cgit v1.2.3