GPR#191 followup: add `Is_in_static_data` to address_class.h

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16167 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2015-06-09 16:40:05 +00:00
parent 9ab3918ec5
commit 6e5c745447
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
(char *)(pc) <= caml_code_area_end) \
|| (Classify_addr(pc) & In_code_area) )
#define Is_in_static_data(a) (Classify_addr(a) & In_static_data)
/***********************************************************************/
/* The rest of this file is private and may change without notice. */