Index: /branches/eam_branches/psLib.20230123/src/math/psPolynomial.h
===================================================================
--- /branches/eam_branches/psLib.20230123/src/math/psPolynomial.h	(revision 42322)
+++ /branches/eam_branches/psLib.20230123/src/math/psPolynomial.h	(revision 42323)
@@ -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);\
