~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/resolve_stack_dump.c

  • Committer: Brian Aker
  • Date: 2008-07-13 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
}
105
105
 
106
106
 
107
 
static my_bool
 
107
static bool
108
108
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
109
109
               char *argument __attribute__((unused)))
110
110
{
124
124
{
125
125
  int ho_error;
126
126
 
127
 
  if ((ho_error=handle_options(&argc, &argv, my_long_options, get_one_option)))
 
127
  if ((ho_error= handle_options(&argc, &argv, my_long_options, get_one_option)))
128
128
    exit(ho_error);
129
129
 
130
130
  /*