YottaDB / YDB

Mirrored from https://gitlab.com/YottaDB/DB/YDB
Other
76 stars 37 forks source link

op_zhalt doesn't function doesn't match header #287

Closed ChristopherEdwards closed 6 years ago

ChristopherEdwards commented 6 years ago

Final Release Note

Description

While porting YottaDB to Mac OS/Darwin it was discovered that the function call op_zhalt defined in op_zhalt.c doesn't match the header file op.h. This causes a compiler error in clang/llvm:

error: conflicting types for 'op_zhalt'
void op_zhalt(int4 retcode, boolean_t is_zhalt)

Draft Release Note