~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_error.c

  • Committer: Monty Taylor
  • Date: 2008-08-05 18:04:31 UTC
  • mto: (266.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: monty@inaugust.com-20080805180431-a49929xr292qyevp
Added some strings from my_error and my_getopt we'd missed before.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
#include "mysys_priv.h"
 
17
#include <libdrizzle/gettext.h>
17
18
#include "mysys_err.h"
18
19
#include <mystrings/m_string.h>
19
20
#include <stdarg.h>
20
21
#include <mystrings/m_ctype.h>
21
 
#include <libdrizzle/gettext.h>
22
22
 
23
23
/* Define some external variables for error handling */
24
24