Skip to content
Commit 67543ea1 authored by Rui Ueyama's avatar Rui Ueyama
Browse files

Make sizeof to accept not only an expression but also a typename

Previously, chibicc's sizeof accepted only an expression, so you
couldn't write something like `sizeof(int)`. Now it accepts that.
parent a6b82da1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment