~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Monty Taylor
  • Date: 2010-10-06 20:34:11 UTC
  • mto: (1818.1.1 build) (1821.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1819.
  • Revision ID: mordred@inaugust.com-20101006203411-62032ralg5d4ungh
Cleaned up a bunch more warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
 
157
157
 
158
158
 
159
 
#define packet_error (~(uint32_t) 0)
 
159
#define packet_error UINT32_MAX
160
160
 
161
161
#if defined(__cplusplus)
162
162