~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_fn_ext.cc

  • Committer: Olaf van der Spek
  • Date: 2011-02-23 13:59:17 UTC
  • mto: (2195.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2196.
  • Revision ID: olafvdspek@gmail.com-20110223135917-1rqm1wbp7z4nt73n
Remove register keyword

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
char *fn_ext(const char *name)
43
43
{
44
 
  register const char *pos, *gpos;
 
44
  const char *pos, *gpos;
45
45
 
46
46
#if defined(FN_DEVCHAR)
47
47
  {