Ruby 4.1.0dev (2026-03-23 revision f8459601271ebbc5e1efb101387da955ed1faabb)
Macros
exported.h File Reference

(f8459601271ebbc5e1efb101387da955ed1faabb)

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PRISM_EXPORTED_FUNCTION
 By default, we compile with -fvisibility=hidden.
 

Macro Definition Documentation

◆ PRISM_EXPORTED_FUNCTION

#define PRISM_EXPORTED_FUNCTION

By default, we compile with -fvisibility=hidden.

When this is enabled, we need to mark certain functions as being publically-visible. This macro does that in a compiler-agnostic way.

Definition at line 20 of file exported.h.