Commit 4055d901 authored by unknown's avatar unknown

a fix (#10742: Can't compile "sql_lex.cc" on AIX 5.2).


sql/gen_lex_hash.cc:
  a fix (#10742: Can't compile "sql_lex.cc" on AIX 5.2).
  typo fixed.
parent a2acb4da
...@@ -459,8 +459,8 @@ int main(int argc,char **argv) ...@@ -459,8 +459,8 @@ int main(int argc,char **argv)
generate_find_structs(); generate_find_structs();
print_find_structs(); print_find_structs();
printf("\static unsigned int sql_functions_max_len=%d;\n",max_len); printf("\nstatic unsigned int sql_functions_max_len=%d;\n", max_len);
printf("\static unsigned int symbols_max_len=%d;\n\n",max_len2); printf("\nstatic unsigned int symbols_max_len=%d;\n\n", max_len2);
printf("\ printf("\
static inline SYMBOL *get_hash_symbol(const char *s,\n\ static inline SYMBOL *get_hash_symbol(const char *s,\n\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment