Open inc0der opened 3 months ago
This will fix the problem with using #elif as a comment block, like // #elif _CONDITION */ where the */ would crash the parser.
// #elif _CONDITION */
*/
This will fix the problem with using #elif as a comment block, like
// #elif _CONDITION */
where the*/
would crash the parser.