Fix PASTE macro.

0.96
Török Edvin 16 years ago
parent fc355be432
commit 7fdecc023c
  1. 3
      libclamav/others.c

@ -104,7 +104,8 @@ static int lt_init(void) {
return 0;
}
#define PASTE(a,b) a#b
#define PASTE2(a,b) a#b
#define PASTE(a,b) PASTE2(a,b)
static lt_dlhandle lt_dlfind(const char *name, const char *featurename)
{

Loading…
Cancel
Save