embed.fnc: Fix flags problem for regposixcc
authorKarl Williamson <public@khwilliamson.com>
Tue, 20 Nov 2012 00:39:58 +0000 (17:39 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 20 Nov 2012 01:00:43 +0000 (18:00 -0700)
commit1e00f0f1e1c04a8d4255720e5b26a4d3d6a985e6
treecca4c513c217aa2f30f4c3bd6584a147411931ae
parent33e8a81374c209ff5ae32bda91d36bbe45951ce2
embed.fnc: Fix flags problem for regposixcc

The static and inline flags are considered mutually exclusive.  This is
not a fatal embed error as something can't be inline unless it is also
static, but the warning is there because the entry looks suspicious.
Commit 2fd63cc5b615213574e0153ed2bf14d9df23c073 introduced the flags
that caused the warning
embed.fnc