Index: trunk/psLib/src/math/psPolynomial.h
===================================================================
--- trunk/psLib/src/math/psPolynomial.h	(revision 41896)
+++ trunk/psLib/src/math/psPolynomial.h	(revision 42336)
@@ -353,4 +353,5 @@
 } \
 
+// XXX warning: this is fragile if NAME contains an external 'i'
 #define PS_POLY_PRINT_1D(NAME) \
 printf("Poly %s: (nX) is (%d)\n", #NAME, NAME->nX);\
@@ -359,4 +360,5 @@
 }\
 
+// XXX warning: this is fragile if NAME contains an external 'i' or 'j'
 #define PS_POLY_PRINT_2D(NAME) \
 printf("Poly %s: (nX, nY) is (%d, %d)\n", #NAME, NAME->nX, NAME->nY);\
