~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_global.h

  • Committer: Brian Aker
  • Date: 2008-07-07 14:25:25 UTC
  • mto: (77.1.25 codestyle)
  • mto: This revision was merged to the branch mainline in revision 82.
  • Revision ID: brian@tangent.org-20080707142525-xzy2nl3ie2ebwfln
LL() cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
825
825
#define INT32(v)        (int32) (v)
826
826
#define MYF(v)          (myf) (v)
827
827
 
828
 
#ifndef LL
829
 
#define LL(A) A ## L
830
 
#endif
831
 
 
832
 
#ifndef ULL
833
 
#define ULL(A) A ## UL
834
 
#endif
835
 
 
836
828
/*
837
829
  Sometimes we want to make sure that the variable is not put into
838
830
  a register in debugging mode so we can see its value in the core