~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_global.h

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
815
815
#define INT32(v)        (int32) (v)
816
816
#define MYF(v)          (myf) (v)
817
817
 
818
 
#ifndef LL
819
 
#define LL(A) A ## L
820
 
#endif
821
 
 
822
 
#ifndef ULL
823
 
#define ULL(A) A ## UL
824
 
#endif
825
 
 
826
818
/*
827
819
  Sometimes we want to make sure that the variable is not put into
828
820
  a register in debugging mode so we can see its value in the core