We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The commit #fd21d19 changes the OpToken PrintC::comma directly in "printc.cc", but it's possible to modify this in the constructor of RizinPrintC:
OpToken PrintC::comma
RizinPrintC
RizinPrintC::RizinPrintC(Architecture *g, const string &nm) : PrintC(g, nm) { PrintC::comma.print1 = ", "; }
Also, doesn't that commit conflict with option_space_after_comma in #018d130 ?
option_space_after_comma
The text was updated successfully, but these errors were encountered:
thanks for reaching out @sakiodre :) Would you mind submitting a PR with your suggested improvement?
Sorry, something went wrong.
XVilka
No branches or pull requests
The commit #fd21d19 changes the
OpToken PrintC::comma
directly in "printc.cc", but it's possible to modify this in the constructor ofRizinPrintC
:Also, doesn't that commit conflict with
option_space_after_comma
in #018d130 ?The text was updated successfully, but these errors were encountered: