~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-10-10 09:27:50 UTC
  • mto: (2430.1.6 rf)
  • mto: This revision was merged to the branch mainline in revision 2436.
  • Revision ID: olafvdspek@gmail.com-20111010092750-ryxgmn7zj5yvxfkf
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
 
#include "config.h"
 
16
#include <config.h>
17
17
 
18
 
#include "drizzled/internal/my_sys.h"
19
 
#include "drizzled/internal/m_string.h"
 
18
#include <drizzled/internal/my_sys.h>
 
19
#include <drizzled/internal/m_string.h>
20
20
 
21
21
namespace drizzled
22
22
{
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
  {