~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/m_string.h

  • Committer: Brian Aker
  • Date: 2008-07-04 17:39:41 UTC
  • mfrom: (53.2.3 codestyle2)
  • Revision ID: brian@tangent.org-20080704173941-z0s9jhsl26i3ax1w
Merge from incomming patch from Monty covering warnings

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() */