~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/longlong2str_asm.c

  • Committer: Monty Taylor
  • Date: 2008-08-06 03:08:51 UTC
  • mto: (266.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: monty@inaugust.com-20080806030851-z272mg7rop447vet
Fixed ref to my_global.h in mystrings/longlong2str_asm.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  _dig_vector in a portable manner.
21
21
*/
22
22
 
23
 
#include <my_global.h>
 
23
#include <drizzled/global.h>
24
24
#include "m_string.h"
25
25
 
26
26
extern char *int64_t2str_with_dig_vector(int64_t val,char *dst,int radix,