~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/string_functions/elt.h

  • Committer: Stewart Smith
  • Date: 2010-09-21 02:09:13 UTC
  • mto: (1786.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1787.
  • Revision ID: stewart@flamingspork.com-20100921020913-peneplf6d2g269s8
fix header guard define for elt.h in string_functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef DRIZZLED_FUNCTION_STR_ELT_H
21
 
#define DRIZZLED_FUNCTION_STR_ELT_H
 
20
#ifndef PLUGIN_STRING_FUNCTIONS_ELT_H
 
21
#define PLUGIN_STRING_FUNCTIONS_ELT_H
22
22
 
23
23
#include <drizzled/function/str/strfunc.h>
24
24
 
39
39
 
40
40
} /* namespace drizzled */
41
41
 
42
 
#endif /* DRIZZLED_FUNCTION_STR_ELT_H */
 
42
#endif /* PLUGIN_STRING_FUNCTIONS_ELT_H */