remove ##, since they are not needed. (since they break HP)

git-svn-id: svn://10.0.0.236/trunk@37615 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com
1999-07-01 00:34:24 +00:00
parent eb0d247365
commit 1cef7222c8

View File

@@ -40,9 +40,9 @@
#define NSCOLOR_TO_GDKCOLOR(n,g) \
PR_BEGIN_MACRO \
g ## .red = 256 * NS_GET_R(n); \
g ## .green = 256 * NS_GET_G(n); \
g ## .blue = 256 * NS_GET_B(n); \
g.red = 256 * NS_GET_R(n); \
g.green = 256 * NS_GET_G(n); \
g.blue = 256 * NS_GET_B(n); \
PR_END_MACRO
// Taken from nsRenderingContextGTK.cpp