~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_sys.h

  • Committer: Brian Aker
  • Date: 2008-07-22 18:31:32 UTC
  • Revision ID: brian@tangent.org-20080722183132-ne2ntl7g7mdf2eez
uint32 -> uin32_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
482
482
#define my_b_bytes_in_cache(info) (size_t) (*(info)->current_end - \
483
483
                                          *(info)->current_pos)
484
484
 
485
 
typedef uint32 ha_checksum;
 
485
typedef uint32_t ha_checksum;
486
486
 
487
487
/* Define the type of function to be passed to process_default_option_files */
488
488
typedef int (*Process_option_func)(void *ctx, const char *group_name,