Index: trunk/psLib/src/math/psPolynomial.h
===================================================================
--- trunk/psLib/src/math/psPolynomial.h	(revision 11248)
+++ trunk/psLib/src/math/psPolynomial.h	(revision 14452)
@@ -8,6 +8,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-23 22:47:23 $
+ * @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-08-09 01:40:07 $
  *
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -111,5 +111,5 @@
     psPolynomialType type,             ///< Polynomial Type
     unsigned int nX                    ///< Number of terms
-);
+) PS_ATTR_MALLOC;
 
 /** Allocates a 2-D polynomial structure
@@ -121,5 +121,5 @@
     unsigned int nX,                   ///< Number of terms in x
     unsigned int nY                    ///< Number of terms in y
-);
+) PS_ATTR_MALLOC;
 
 /** Allocates a 3-D polynomial structure
@@ -132,5 +132,5 @@
     unsigned int nY,                   ///< Number of terms in y
     unsigned int nZ                    ///< Number of terms in z
-);
+) PS_ATTR_MALLOC;
 
 /** Allocates a 4-D polynomial structure
@@ -144,5 +144,5 @@
     unsigned int nZ,                   ///< Number of terms in z
     unsigned int nT                    ///< Number of terms in t
-);
+) PS_ATTR_MALLOC;
 
 bool psPolynomial2DRecycle(psPolynomial2D *poly,
