~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/azio.h

  • Committer: Brian Aker
  • Date: 2008-10-06 05:57:49 UTC
  • Revision ID: brian@tangent.org-20081006055749-svg700gciuqi0zu1
Remove all of uchar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#define WATCHPOINT_ERRNO(A) fprintf(stderr, "\nWATCHPOINT %s:%d (%s) %s\n", __FILE__, __LINE__,__func__, strerror(A));A= 0;fflush(stderr);
59
59
 
60
60
/*
61
 
  uint64_t + uint64_t + uint64_t + uint64_t + uchar
 
61
  uint64_t + uint64_t + uint64_t + uint64_t + unsigned char
62
62
*/
63
63
#define AZMETA_BUFFER_SIZE sizeof(uint64_t) \
64
64
  + sizeof(uint64_t) + sizeof(uint64_t) + sizeof(uint64_t) \