diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-14 17:16:22 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-14 17:16:22 -0700 |
commit | 7ccc6fde97af65fd471abea08bcf2ed8dbab4f52 (patch) | |
tree | d5afd3cc9457616b4da2072dc71125e1337cdef2 /configure | |
parent | 8ad79cebcabe5e0e7ce3af8f4df8bc1a6760046b (diff) |
Add __asm as an alternate keyword for __asm__
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ static char *preprocesscmd[] = { /* alternate keywords */ "-D", "__alignof__=_Alignof", + "-D", "__asm=__asm__", "-D", "__inline=inline", "-D", "__inline__=inline", "-D", "__signed__=signed", |