BR 3392409: idata_bytes() and resv_bytes() don't match their prototypes
commit2987e5d90eac5fb136ee807727d73b61e2c366db
authorsezeroz <sezeroz@gmail.com>
Thu, 25 May 2017 05:55:40 +0000 (25 05:55 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 1 Jun 2017 22:23:05 +0000 (1 15:23 -0700)
tree31b05f30b9008f2b530387f079f5d3e409343462
parent4be9b5790deb4703dbe0a1f3b494d995dd881bd6
BR 3392409: idata_bytes() and resv_bytes() don't match their prototypes

https://bugzilla.nasm.us/show_bug.cgi?id=3392409

idata_bytes() and resv_bytes() don't match their prototypes in common.c
which leads to a build error with watcom.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
common/common.c