~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/algorithm/crc32.h

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
mergeĀ lp:~olafvdspek/drizzle/refactor4

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 * src/usr.bin/cksum/crc32.c.
32
32
 */
33
33
 
34
 
#ifndef DRIZZLED_ALGORITHM_CRC32_H
35
 
#define DRIZZLED_ALGORITHM_CRC32_H
 
34
#pragma once
36
35
 
37
36
#ifdef HAVE_SYS_TYPES_H
38
37
# include <sys/types.h>
125
124
} /* namespace algorithm */
126
125
} /* namespace drizzled */
127
126
 
128
 
#endif /* DRIZZLED_ALGORITHM_CRC32_H */