# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1384608720 -32400
#      Sat Nov 16 22:32:00 2013 +0900
# Branch GECKO3810_2015070713_RELBRANCH
# Node ID 59d8be70805ec52ebbbe5c8e1d6f6d9b4f869e7c
# Parent  8e40d34870db5633dce83d5b87e632c6cd3ac921
stringification preprocessor macro

diff --git a/netwerk/protocol/http/OptimizedFor.h b/netwerk/protocol/http/OptimizedFor.h
--- a/netwerk/protocol/http/OptimizedFor.h
+++ b/netwerk/protocol/http/OptimizedFor.h
@@ -1,7 +1,9 @@
 /* Automatically generated by 10.4Fx builder */
 
 #if defined(TENFOURBIRD_TUNED)
-#define FX104_OPTIMIZED_FOR TENFOURBIRD_TUNED " Tenfourbird"
+#define STR_104(s) #s
+#define XSTR_104(s) STR_104(s)
+#define FX104_OPTIMIZED_FOR XSTR_104(TENFOURBIRD_TUNED) " Tenfourbird"
 #else
 #define FX104_OPTIMIZED_FOR "Debugging"
 #endif
\ No newline at end of file
