# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1384608720 -32400
# Branch GECKO2460_2014060612_RELBRANCH
# Node ID 5643cbd5ad294a375e6fab9655e9c029f68576d0
# Parent  0f3b50bb6a3384ada99b5d214fb380b5a1cd32b4
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
