Skip to content
  • Damien George's avatar
    py: Wrap qstr defs in quotes to protect from C preprocessor. · db52fd8e
    Damien George authored
    This patch converts Q(abc) to "Q(abc)" to protect the abc from the
    C preprocessor, then converts back after the preprocessor is finished.
    So now we can safely put includes in mpconfig(port).h, and also
    preprocess qstrdefsport.h (latter is now done also in this patch).
    
    Addresses issue #1252.
    db52fd8e