~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/algorithm/crc32.h

  • Committer: pcrews
  • Date: 2011-05-24 17:36:24 UTC
  • mfrom: (1099.4.232 drizzle)
  • Revision ID: pcrews@lucid32-20110524173624-mwr1bvq6fa1r01ao
Updated translations + 2011.05.18 tarball tag

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 */