~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/abs.h

  • Committer: Brian Aker
  • Date: 2008-12-04 19:04:01 UTC
  • Revision ID: brian@tangent.org-20081204190401-0aatrta3mo36swbk
Next pass through attribute.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  my_decimal *decimal_op(my_decimal *);
33
33
  const char *func_name() const { return "abs"; }
34
34
  void fix_length_and_dec();
35
 
  bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))
 
35
  bool check_vcol_func_processor(unsigned char *)
36
36
  { return false; }
37
37
 
38
38
};