~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 16:07:49 UTC
  • mfrom: (80.1.1 food)
  • Revision ID: brian@tangent.org-20080707160749-qj89fnnwufz4xgop
Clean up install, we no longer have system tables.

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