This macro relies on `%defstr` which means it doesn't work in yasm (see https://github.com/yasm/yasm/issues/95). Right now for YASM we just substitute a fixed string: make_string_tok yasm bug We should probably allow the caller to specify a third argument that is used instead when yasm is detected.
This macro relies on
%defstrwhich means it doesn't work in yasm (see yasm/yasm#95). Right now for YASM we just substitute a fixed string:We should probably allow the caller to specify a third argument that is used instead when yasm is detected.