~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/charset.cc

  • Committer: Monty Taylor
  • Date: 2008-12-01 17:53:42 UTC
  • mto: This revision was merged to the branch mainline in revision 637.
  • Revision ID: monty@bitters-20081201175342-hcvfaecqmljhv86g
Fixed Sun Studio warnings in mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
  cs->state|= MY_CS_AVAILABLE;
152
152
}
153
153
 
154
 
static void *cs_alloc(size_t size)
 
154
void *cs_alloc(size_t size)
155
155
{
156
156
  return my_once_alloc(size, MYF(MY_WME));
157
157
}