~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/heapdef.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-28 03:48:36 UTC
  • mto: (968.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: osullivan.padraig@gmail.com-20090328034836-fsh7lqq7k9kcy3f2
Removing the declaration of a variable as register. Is this really needed
with modern compilers?

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
extern uint32_t hp_rb_null_key_length(HP_KEYDEF *keydef, const unsigned char *key);
115
115
extern uint32_t hp_rb_var_key_length(HP_KEYDEF *keydef, const unsigned char *key);
116
116
extern bool hp_if_null_in_key(HP_KEYDEF *keyinfo, const unsigned char *record);
117
 
extern int hp_close(register HP_INFO *info);
 
117
extern int hp_close(HP_INFO *info);
118
118
extern void hp_clear(HP_SHARE *info);
119
119
extern void hp_clear_keys(HP_SHARE *info);
120
120
extern uint32_t hp_rb_pack_key(HP_KEYDEF *keydef, unsigned char *key, const unsigned char *old,