Vexu / arocc

A C compiler written in Zig.

Home Page:http://aro.vexu.eu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macro names must be identifiers

ehaas opened this issue · comments

The following is valid in C17 but not C23

#define42

Error should be error: macro name must be an identifier