Branch: Tag:

2021-05-08

2021-05-08 14:42:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Build: Move the new compat types to behind NO_PIKE_SHORTHAND.

952:   #define gc_free_svalue(S) real_gc_free_svalue(dmalloc_check_svalue(S,DMALLOC_LOCATION()))   #define gc_free_short_svalue(U,T) real_gc_free_short_svalue(dmalloc_check_union((U),(T),DMALLOC_LOCATION()),(T))    + #ifndef NO_PIKE_SHORTHAND +    #define T_UNFINISHED PIKE_T_UNFINISHED   #define T_VOID PIKE_T_VOID   #define T_MANY PIKE_T_MANY
964:   #define T_AND PIKE_T_AND   #define T_OR PIKE_T_OR    - #ifndef NO_PIKE_SHORTHAND -  +    #define T_ARRAY PIKE_T_ARRAY   #define T_MAPPING PIKE_T_MAPPING   #define T_MULTISET PIKE_T_MULTISET