nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

rename DEBUG() macro to UVWASI_DEBUG() #143

Closed cjihrig closed 4 years ago

cjihrig commented 4 years ago

This commit renames the DEBUG() macro to prevent name collisions.

Fixes: https://github.com/cjihrig/uvwasi/issues/142