from Yitzhak
Add absent prototypes to some core routines. Also add some port function() to function(void) in some win32 routines. Also updates the Borland C Makefile for win32.
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
# define FDECL(f,p) f()
|
||||
# define VDECL(f,p) f()
|
||||
|
||||
# if defined(AMIGA) || defined(HPUX) || defined(POSIX_TYPES) || defined(__DECC)
|
||||
# if defined(AMIGA) || defined(HPUX) || defined(POSIX_TYPES) || defined(__DECC) || defined(__BORLANDC__)
|
||||
# define genericptr void *
|
||||
# endif
|
||||
# ifndef genericptr
|
||||
|
||||
Reference in New Issue
Block a user