diff --git a/dmd2/attrib.c b/dmd2/attrib.c index be830812..6783a199 100644 --- a/dmd2/attrib.c +++ b/dmd2/attrib.c @@ -35,10 +35,9 @@ #endif -extern void obj_includelib(const char *name); - #if IN_DMD -bool obj_startaddress(Symbol *s); +extern bool obj_includelib(const char *name); +void obj_startaddress(Symbol *s); #endif