diff options
Diffstat (limited to 'rts/include/Stg.h')
-rw-r--r-- | rts/include/Stg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rts/include/Stg.h b/rts/include/Stg.h index 156c3a283c..be0995445b 100644 --- a/rts/include/Stg.h +++ b/rts/include/Stg.h @@ -268,8 +268,10 @@ typedef StgFunPtr F_; /* foreign functions: */ #define EFF_(f) void f() /* See Note [External function prototypes] */ -/* Note [External function prototypes] See #8965, #11395 +/* Note [External function prototypes] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +(see #8965, #11395) + In generated C code we need to distinct between two types of external symbols: 1. Cmm functions declared by 'EF_' macro (External Functions) |