Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
627ab62c
Commit
627ab62c
authored
Mar 29, 2002
by
Sebastien Barre
Browse files
FIX: tolower is in <ctype.h> !, frenchy
parent
e0813455
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmCreateTestSourceList.cxx
View file @
627ab62c
...
...
@@ -57,8 +57,8 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& argsIn)
// Create the test driver file
fout
<<
"#include <ctype.h>
\n
"
"#include <stdio.h>
\n
"
"#include <stdlib.h>
\n
"
"#include <string.h>
\n
"
"
\n
"
"// Forward declare test functions
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment