~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/m_string.h

  • Committer: Monty Taylor
  • Date: 2008-07-04 13:45:27 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: monty@inaugust.com-20080704134527-ogxwoleklmc75099
Updated everything that needs updating to compile with -std=gnu99 -pedantic 

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
 
84
84
#if defined(HAVE_STPCPY)
85
85
#define strmov(A,B) stpcpy((A),(B))
86
 
#ifndef stpcpy
87
 
extern char *stpcpy(char *, const char *);      /* For AIX with gcc 2.95.3 */
88
 
#endif
89
86
#endif
90
87
 
91
88
/* Declared in int2str() */