Ignore:
Timestamp:
04/17/12 01:09:37 (14 months ago)
Author:
sam
Message:

linux: fix a few compilation warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/libzzuf/lib-load.h

    r4809 r4810  
    2121#if defined HAVE_DLFCN_H 
    2222#   include <dlfcn.h> 
     23extern void *_zz_dl_lib; 
    2324#   define NEW(x) x 
    2425#   define LOADSYM(x) \ 
     
    3031                 * the linker to load us fully. */ \ 
    3132                _zz_init(); \ 
    32                 extern void *_zz_dl_lib; \ 
    3333                ORIG(x) = dlsym(_zz_dl_lib, STR(x)); \ 
    3434            } \ 
Note: See TracChangeset for help on using the changeset viewer.