Projeto-Pindorama / heirloom-ng

A collection of standard Unix utilities that is intended to provide maximum compatibility with traditional Unix while incorporating additional features necessary today.
http://heirloom-ng.pindorama.net.br
Other
28 stars 7 forks source link

fix: add stdint.h to awk.g.y #15

Closed ghost closed 1 year ago

ghost commented 1 year ago

Adds #include <stdint.h> to nawk/awk.g.y for compatibility with Alpine Linux & similar musl libc systems to avoid unknown type errors (intptr_t).

Does not break existing Glibc systems such as Arch Linux & Debian.

takusuman commented 1 year ago

Voilá!