~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

Fixed wonky linkage thing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
#define mi_print_error(SHARE, ERRNO)                     \
400
400
        mi_report_error((ERRNO), (SHARE)->index_file_name)
401
401
 
402
 
#if defined(_cplusplus)
403
 
extern "C" {
404
 
#endif
 
402
C_MODE_START
405
403
void _mi_report_crashed(MI_INFO *file __attribute__((unused)),
406
404
                        const char *message __attribute__((unused)),
407
405
                        const char *sfile __attribute__((unused)),
408
406
                        uint sline __attribute__((unused)));
409
 
#if defined(_cplusplus)
410
 
}
411
 
#endif
 
407
C_MODE_END
412
408
/* Functions to store length of space packed keys, VARCHAR or BLOB keys */
413
409
 
414
410
#define store_key_length(key,length) \