Type-checked (and modern C compliant) OBJ_bsearch.
This commit is contained in:
@@ -50,8 +50,14 @@ my @srt2 = sort
|
||||
|
||||
|
||||
print <<EOF;
|
||||
/* AUTOGENERATED BY $0, DO NOT EDIT */
|
||||
|
||||
typedef int nid_triple[3];
|
||||
typedef struct
|
||||
{
|
||||
int sign_id;
|
||||
int hash_id;
|
||||
int pkey_id;
|
||||
} nid_triple;
|
||||
|
||||
static const nid_triple sigoid_srt[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user