~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_fn_ext.cc

  • Committer: Brian Aker
  • Date: 2009-06-10 23:43:32 UTC
  • mfrom: (1054.2.25 mordred)
  • Revision ID: brian@gaz-20090610234332-o8zyo1lm2p6a2e7l
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
{
38
38
  register const char *pos, *gpos;
39
39
 
40
 
#if defined(FN_DEVCHAR) || defined(FN_C_AFTER_DIR) || defined(BASKSLASH_MBTAIL)
 
40
#if defined(FN_DEVCHAR) || defined(FN_C_AFTER_DIR)
41
41
  {
42
42
    char buff[FN_REFLEN];
43
43
    size_t res_length;