~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

  • Committer: Jay Pipes
  • Date: 2008-08-05 14:42:55 UTC
  • mfrom: (264 drizzle)
  • mto: (264.1.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: jay@mysql.com-20080805144255-9555fy6daxdm6bzp
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
#define strmov(A,B) stpcpy((A),(B))
62
62
#endif
63
63
 
64
 
/* Declared in int2str() */
65
 
extern char _dig_vec_upper[];
66
 
extern char _dig_vec_lower[];
67
 
 
68
64
#ifdef BAD_STRING_COMPILER
69
65
#define strmov(A,B)  (memccpy(A,B,0,INT_MAX)-1)
70
66
#else