with argument lists, we __P even in the definition
+1999-02-17 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * libltdl/ltdl.c (lt_dlmalloc, lt_dlfree): SunOS' cc can't cope
+ with argument lists, we __P even in the definition
+
1999-02-15 Thomas Tanner <tanner@gmx.de>
* cdemo/Makefile.am: renamed *foo1 to *foo, removed $(MATH_LIB)
static const char *last_error = 0;
-lt_ptr_t (*lt_dlmalloc)(size_t size) = malloc;
-void (*lt_dlfree)(lt_ptr_t ptr) = free;
+lt_ptr_t (*lt_dlmalloc) __P((size_t size)) = malloc;
+void (*lt_dlfree) __P((lt_ptr_t ptr)) = free;
typedef struct lt_dltype_t {
struct lt_dltype_t *next;