Hi,
It seems odd.
If possible, would you please post the file in this list?

The reason is like follows:
[http://www.gnu.org/software/global/maillist.html]
> Since mails in this list are archived and may be referred
> to later, please complete information in your mail. If
> possible, please avoid description which refers to external
> sites, because it brings lack of information in the future.

I appreciate cooperation.


2014-02-24 15:56 GMT+09:00 Leo Liu <[email protected]>:

> For example
> https://github.com/erlang/otp/blob/maint/erts/emulator/beam/erl_term.h#L311
>
>         #define is_arity_value(x)       (((x) & _TAG_HEADER_MASK) ==
> _TAG_HEADER_ARITYVAL)
>
> is_arity_value is not recognised as definition but
>
> but the next line:
>
>         #define is_sane_arity_value(x)  ((((x) & _TAG_HEADER_MASK) ==
> _TAG_HEADER_ARITYVAL) && \
>                                          (((x) >> _HEADER_ARITY_OFFS) <=
> MAX_ARITYVAL))
>
> is_sane_arity_value is recognised as definition.
>
> To demonstrate:
>
> $ global -x "is_arity_value"
> [no output]
> $ global -x "is_sane_arity_value"
> is_sane_arity_value  314 erl_term.h       #define is_sane_arity_value(x)
>      ((((x) & _TAG_HEADER_MASK) == _TAG_HEADER_ARITYVAL) && \
>
> Oddd?
>
> Leo
> [using global from CVS]
>
>
> _______________________________________________
> Bug-global mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/bug-global
>



-- 
Shigio YAMAGUCHI <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to