Skip to content

Commit

Permalink
Merge pull request #1432 from klickverbot/use-cpp-mangle
Browse files Browse the repository at this point in the history
Trivial cleanup: Consistently use the CPP_MANGLE macro.
  • Loading branch information
yebblies committed Jan 4, 2013
2 parents 539b54a + e403af4 commit 28a095d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mangle.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "id.h"
#include "module.h"

#if TARGET_LINUX || TARGET_OSX || TARGET_FREEBSD || TARGET_OPENBSD || TARGET_SOLARIS
#if CPP_MANGLE
char *cpp_mangle(Dsymbol *s);
#endif

Expand Down

0 comments on commit 28a095d

Please sign in to comment.