From d3870e04be6f1ec31ab868fc6bebdc3790ed9330 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 19 Feb 1996 21:41:51 +0000 Subject: (STRINGIFY): Make work. Is this in a header somewhere? (_STRINGIFY): New macro. Ick. --- utils/settrans.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/settrans.c b/utils/settrans.c index 9905c782..a69b7e9c 100644 --- a/utils/settrans.c +++ b/utils/settrans.c @@ -32,7 +32,8 @@ #define DEFAULT_TIMEOUT 60 -#define STRINGIFY(arg) #arg +#define _STRINGIFY(arg) #arg +#define STRINGIFY(arg) _STRINGIFY (arg) static struct argp_option options[] = { -- cgit v1.2.3