Remove more alpha problems.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 15 Mar 1993 18:55:37 +0000 (18:55 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 15 Mar 1993 18:55:37 +0000 (18:55 +0000)
v7/src/microcode/termcap.c

index eb4fe143020c2370f4b322a15810442e333e2175..5e098127a1442843e2dcf3fcbe3d89f3a7540fff 100644 (file)
@@ -149,7 +149,7 @@ memory_out ()
   exit (1);
 }
 
-static int
+static PTR
 xmalloc (size)
      int size;
 {
@@ -159,7 +159,7 @@ xmalloc (size)
   return tem;
 }
 
-static int
+static PTR
 xrealloc (ptr, size)
      PTR ptr;
      int size;