/* Copyright (c) 2001, Stanford University
* All rights reserved
*
* See the file LICENSE.txt for information on redistributing this software.
*/
#include "cr_error.h"
#include "cr_mem.h"
#include "packer.h"
#include <stdio.h>
#ifdef CHROMIUM_THREADSAFE
#else
#endif
{
#ifdef CHROMIUM_THREADSAFE
if (!pc)
return NULL;
#else
#endif
pc->u32CmdBlockState = 0;
pc->updateBBOX = 0;
return pc;
}
{
#ifdef CHROMIUM_THREADSAFE
#endif
}
/* Set packing context for the calling thread */
{
#ifdef CHROMIUM_THREADSAFE
#else
(void)pc;
#endif
}
/* Return packing context for the calling thread */
{
#ifdef CHROMIUM_THREADSAFE
#else
return &cr_packer_globals;
#endif
}
{
}