blob: 944e96e0e1c5c63dafad394defaef9fa9a7d1141 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Help/axinfo.c.orig Fri May 10 22:26:46 2002
+++ Help/axinfo.c Fri May 10 22:27:13 2002
@@ -45,7 +45,7 @@
#include <stdio.h>
extern char *getenv();
-extern char *malloc(), *realloc();
+extern void *malloc(), *realloc();
#include "Confirmer.h"
#include "Hyper.h"
|