Browse Source

Fix typo in INTERNAL macro.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
ec062f8b9a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/rack.hpp

+ 1
- 1
include/rack.hpp View File

@@ -102,7 +102,7 @@
#undef INTERNAL
#if defined ARCH_WIN
#define INTERNAL __attribute__((error("Using internal Rack function or symbol")))
#elif
#else
#define INTERNAL __attribute__((visibility("hidden"))) __attribute__((error("Using internal Rack function or symbol")))
#endif



Loading…
Cancel
Save