~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-10-04 18:42:30 UTC
  • Revision ID: monty@inaugust.com-20081004184230-j2j1uottu2d0yl0m
Removed NullS. bu-bye.

Show diffs side-by-side

added added

removed removed

Lines of Context:
326
326
#define my_offsetof(TYPE, MEMBER)                                       \
327
327
  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
328
328
 
329
 
#define NullS    (char *) 0
330
 
 
331
329
/* Typdefs for easyier portability */
332
330
 
333
331
#ifndef HAVE_UCHAR