~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_pack.c

  • Committer: Brian Aker
  • Date: 2008-07-13 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
*/
242
242
 
243
243
 
244
 
my_bool my_use_symdir=0;        /* Set this if you want to use symdirs */
 
244
bool my_use_symdir=0;   /* Set this if you want to use symdirs */
245
245
 
246
246
#ifdef USE_SYMDIR
247
247
void symdirget(char *dir)