Index: /trunk/psLib/src/sys/psType.h
===================================================================
--- /trunk/psLib/src/sys/psType.h	(revision 812)
+++ /trunk/psLib/src/sys/psType.h	(revision 813)
@@ -20,6 +20,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-28 21:07:17 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-29 01:10:22 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -55,4 +55,5 @@
 typedef complex float   psC32;          ///< complex with 32-bit floating point Real and Imagary numbers
 typedef complex double  psC64;          ///< complex with 64-bit floating point Real and Imagary numbers
+typedef void*           psPTR;           ///< void pointer
 
 
Index: /trunk/psLib/src/sysUtils/psType.h
===================================================================
--- /trunk/psLib/src/sysUtils/psType.h	(revision 812)
+++ /trunk/psLib/src/sysUtils/psType.h	(revision 813)
@@ -20,6 +20,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-28 21:07:17 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-29 01:10:22 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -55,4 +55,5 @@
 typedef complex float   psC32;          ///< complex with 32-bit floating point Real and Imagary numbers
 typedef complex double  psC64;          ///< complex with 64-bit floating point Real and Imagary numbers
+typedef void*           psPTR;           ///< void pointer
 
 
