/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1985-2012 AT&T Intellectual Property *
* and is licensed under the *
* Eclipse Public License, Version 1.0 *
* by AT&T Intellectual Property *
* *
* A copy of the License is available at *
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
* *
* Information and Software Systems Research *
* AT&T Research *
* Florham Park NJ *
* *
* Glenn Fowler <gsf@research.att.com> *
* David Korn <dgk@research.att.com> *
* Phong Vo <kpv@research.att.com> *
* *
***********************************************************************/
#include "dthdr.h"
/* Make a new dictionary
**
** Written by Kiem-Phong Vo (5/25/96)
*/
/* map operation bits from the 2005 version to the current version */
{
return type;
}
#if __STD_C
#else
unsigned long version;
#endif
{
else if(ev > 0)
{ if(data) /* shared data are being restored */
}
}
}
else
{ if(data) /* dt should be allocated with dt->data */
}
}
/* now allocate/initialize the actual dictionary structure */
}
/* set mapping of operation bits between versions as needed */
if(version < 20111111L)
return dt;
}
#if __STD_C
#else
#endif
{
}
/* below are private functions used across CDT modules */
{
Dthold_t *h;
/* if obj is a prototype, make a real one */
/* create a holder to hold obj */
else
}
return (Dtlink_t*)h;
}
{
}
{
if(type > 0)
else if(type < 0)
}
{
if(key == 0)
else
return data;
}
}