fn parse_define<'a>( after: &'a str, macros: &mut HashMap<&'a str, MacroDef<'a>>, ) -> Result<()>
Parse a #define directive body (everything after #define) into the macro table.
#define