Commit c843ca84 authored by unknown's avatar unknown

Merge mysql.com:/usr/local/mysql/mysql-mawk

into  mysql.com:/usr/local/mysql/mysql-5.0

parents 97746386 ce52a6b2
......@@ -180,7 +180,7 @@ BEGIN {
t = types[i];
if (modes[i] == "POINTER") {
ndx = index(t, "*");
t = substr(types[i], 0, ndx - 2);
t = substr(types[i], 1, ndx - 2);
}
printf("\t%s\t%s;\n", t, vars[i]) >> HFILE
}
......
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