~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_dirname.cc

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
size_t dirname_length(const char *name)
33
33
{
34
 
  register const char *pos, *gpos;
 
34
  const char *pos, *gpos;
35
35
#ifdef FN_DEVCHAR
36
36
  if ((pos=(char*)strrchr(name,FN_DEVCHAR)) == 0)
37
37
#endif