21 lines
676 B
C
21 lines
676 B
C
|
/****************************************************************
|
||
|
* *
|
||
|
* Copyright 2001, 2004 Sanchez Computer Associates, Inc. *
|
||
|
* *
|
||
|
* This source code contains the intellectual property *
|
||
|
* of its copyright holder(s), and is made available *
|
||
|
* under a license. If you do not know the terms of *
|
||
|
* the license, please stop and do not read further. *
|
||
|
* *
|
||
|
****************************************************************/
|
||
|
#include "mdef.h"
|
||
|
#include "min_max.h"
|
||
|
#include "gtm_string.h"
|
||
|
#include "error.h"
|
||
|
#include "send_msg.h"
|
||
|
#include "gtmmsg.h"
|
||
|
#include "hashtab.h"
|
||
|
#include "hashtab_int8.h"
|
||
|
#define INT8_HASH
|
||
|
#include "hashtab_implementation.h"
|