Index: /trunk/psLib/src/astronomy/psAstronomyErrors.h
===================================================================
--- /trunk/psLib/src/astronomy/psAstronomyErrors.h	(revision 2209)
+++ /trunk/psLib/src/astronomy/psAstronomyErrors.h	(revision 2210)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-11 00:43:54 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-27 19:35:55 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -30,5 +30,4 @@
 
 //~Start #define PS_ERRORTEXT_$1 "$2"
-#define PS_ERRORTEXT_ ""
 //~End
 
Index: /trunk/psLib/src/image/psImageIO.c
===================================================================
--- /trunk/psLib/src/image/psImageIO.c	(revision 2209)
+++ /trunk/psLib/src/image/psImageIO.c	(revision 2210)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-27 00:57:31 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-27 19:35:58 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -37,8 +37,8 @@
     psS32 anynull = 0;
     psS32 bitPix = 0;             /* Pixel type */
-    psS64 nAxes[3];
-    psS64 firstPixel[3];         /* lower-left corner of image subset */
-    psS64 lastPixel[3];          /* upper-right corner of image subset */
-    psS64 increment[3];          /* increment for image subset */
+    long nAxes[3];
+    long firstPixel[3];         /* lower-left corner of image subset */
+    long lastPixel[3];          /* upper-right corner of image subset */
+    long increment[3];          /* increment for image subset */
     char fitsErr[80] = "";      /* CFITSIO error message string */
     psS32 hduType = IMAGE_HDU;
@@ -240,7 +240,7 @@
     psS32 status = 0;             /* CFITSIO status */
     fitsfile *fptr = NULL;      /* pointer to the FITS file */
-    psS64 nAxes[3];              /* Image axis vars */
-    psS64 firstPixel[3];         /* First Pixel to read */
-    psS64 lastPixel[3];          /* Last Pixel to read */
+    long nAxes[3];              /* Image axis vars */
+    long firstPixel[3];         /* First Pixel to read */
+    long lastPixel[3];          /* Last Pixel to read */
     char fitsErr[80];           /* FITSIO message string */
     psS32 datatype = 0;           /* the datatype of the image */
Index: /trunk/psLib/src/sys/psMemory.c
===================================================================
--- /trunk/psLib/src/sys/psMemory.c	(revision 2209)
+++ /trunk/psLib/src/sys/psMemory.c	(revision 2210)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-27 00:57:31 $
+*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-27 19:35:59 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -463,5 +463,5 @@
                 }
 
-                fprintf(fd, "   %20s:%-4d %ld\n", iter->file, iter->lineno, iter->id);
+                fprintf(fd, "   %20s:%-4d %ld\n", iter->file, (int)iter->lineno, (long)iter->id);
             }
         }
Index: /trunk/psLib/src/sysUtils/psMemory.c
===================================================================
--- /trunk/psLib/src/sysUtils/psMemory.c	(revision 2209)
+++ /trunk/psLib/src/sysUtils/psMemory.c	(revision 2210)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-27 00:57:31 $
+*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-27 19:35:59 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -463,5 +463,5 @@
                 }
 
-                fprintf(fd, "   %20s:%-4d %ld\n", iter->file, iter->lineno, iter->id);
+                fprintf(fd, "   %20s:%-4d %ld\n", iter->file, (int)iter->lineno, (long)iter->id);
             }
         }
