~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/resolve_stack_dump.cc

  • Committer: Monty Taylor
  • Date: 2009-02-11 23:52:27 UTC
  • mto: This revision was merged to the branch mainline in revision 885.
  • Revision ID: mordred@inaugust.com-20090211235227-me3ywtrmfyfasjkh
Fixed some solaris warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
}
96
96
 
97
97
 
98
 
static bool
99
 
get_one_option(int optid, const struct my_option *,
100
 
               char *)
 
98
extern "C"
 
99
bool get_one_option(int optid, const struct my_option *, char *)
101
100
{
102
101
  switch(optid) {
103
102
  case 'V':