larmel / lacc

A simple, self-hosting C compiler
MIT License
872 stars 64 forks source link

Add __asm macro synonym for __asm__. #10

Closed ibara closed 5 years ago

ibara commented 5 years ago

According to https://github.com/gcc-mirror/gcc/blob/gcc-8_1_0-release/gcc/c-family/c-common.c#L364 asm is a synonym for asm__.

And sure enough, OpenBSD uses __asm. This pull request unbreaks the OpenBSD build.