mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fix prototypes from DMD2.
The prototypes for obj_includelib and obj_startaddress are DMD-specific. Update them to match DMD 2.061.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user