~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/abs.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

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 *)
36
 
  { return false; }
37
 
 
38
35
};
39
36
 
40
37
#endif /* DRIZZLED_FUNCTION_MATH_ABS_H */