Skip to content

Commit

Permalink
Cleaned up darwin_boilerplate syntax a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dansanduleac committed Jun 3, 2012
1 parent b7d4715 commit 40ed6aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions infrastructure/d/python_so_darwin_boilerplate.d
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
extern(C) {

extern (C) void gc_init();
extern (C) void gc_term();
extern (C) void _moduleCtor();
extern (C) void _moduleDtor();
extern (C) void _moduleUnitTests();
void gc_init();
void gc_term();
void _moduleCtor();
void _moduleDtor();
void _moduleUnitTests();


version(GNU) { pragma(attribute, constructor) }
Expand Down

0 comments on commit 40ed6aa

Please sign in to comment.