diff options
author | unknown <kent@mysql.com> | 2004-11-06 14:01:27 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2004-11-06 14:01:27 +0100 |
commit | 7c927251645138beaf42f06c762f7d85c07682c5 (patch) | |
tree | a97d5cf7a8a89a1014b3c69233e892f7f2dba1c7 /ltconfig | |
parent | 9bd7def36943eca0be244a5da30d9a007f8aa935 (diff) | |
download | mariadb-git-7c927251645138beaf42f06c762f7d85c07682c5.tar.gz |
mysql_test_run_new.c:
Included header fnmatch.h on Unix
Changed C++ comments to C comments
Corrected indentation of code written on Windows
Split up lines to fit into 80 columns
Initiated some variables to avoid warnings
Added __attribute__((unused)) to unused function parameters
Replace tab characters with space
Put space after 'for', 'while' etc
Added value to 'return' from non void function removef()
On Unix strlwr() was incorrectly declared and a no op,
replaced it with a macro that does nothing
Split several statements on the same line
Other minor changes to conform to coding standard
mysql-test/mysql_test_run_new.c:
Included header fnmatch.h on Unix
Changed C++ comments to C comments
Corrected indentation of code written on Windows
Split up lines to fit into 80 columns
Initiated some variables to avoid warnings
Added __attribute__((unused)) to unused function parameters
Replace tab characters with space
Put space after 'for', 'while' etc
Added value to 'return' from non void function removef()
On Unix strlwr() was incorrectly declared and a no op,
replaced it with a macro that does nothing
Split several statements on the same line
Other minor changes to conform to coding standard
Diffstat (limited to 'ltconfig')
0 files changed, 0 insertions, 0 deletions