Index: trunk/psLib/src/sys/psLine.h
===================================================================
--- trunk/psLib/src/sys/psLine.h	(revision 11618)
+++ trunk/psLib/src/sys/psLine.h	(revision 11694)
@@ -9,6 +9,6 @@
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-03 06:01:42 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-08 01:59:28 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -30,4 +30,5 @@
 psLine;
 
+
 /** Allocates a line object of length Nline.
  *
@@ -37,4 +38,5 @@
     long Nline                         ///< length of line object to allocate
 );
+
 
 /** Checks the type of a particular pointer.
@@ -47,4 +49,5 @@
     psPtr ptr                          ///< the pointer whose type to check
 );
+
 
 /** Initializes or re-initializes a line.
@@ -59,4 +62,5 @@
 );
 
+
 /** Adds the line segment to the string.
  *
@@ -70,5 +74,10 @@
     const char *format,                ///< printf-style format of line
     ...                                ///< any parameters required in format
+#ifdef __GNUC__
+) __attribute__((format(printf, 2, 3)));
+#else // ifdef __GNUC__
 );
+#endif // ifdef __GNUC__
+
 
 /// @}
