* mdemo/main.c (LTDL_PREOPENED_SYMBOLS): remove

This commit is contained in:
Alexandre Oliva 1999-01-20 12:28:43 +00:00 committed by Alexandre Oliva
parent 2d957688f4
commit bce83af75f
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
1999-01-20 Alexandre Oliva <oliva@dcc.unicamp.br>
* mdemo/main.c (LTDL_PREOPENED_SYMBOLS): remove
1999-01-20 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
* THANKS: Added Vladimir Kushnir.

View File

@ -22,9 +22,6 @@ USA. */
#include "ltdl.h"
#include <stdio.h>
/* the dlpreopened modules */
LTDL_PRELOADED_SYMBOLS;
int
test_dl (char *filename)
{