Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
00e2668b
Commit
00e2668b
authored
Feb 18, 2004
by
lenz@kallisto.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed C++-style comment in strings/strtod.c which caused a compile
error with the IBM xlc_r compiler
parent
abfa3f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
strings/strtod.c
strings/strtod.c
+1
-1
No files found.
strings/strtod.c
View file @
00e2668b
...
...
@@ -36,7 +36,7 @@ static double scaler1[] = {
1
.
0
,
10
.
0
,
1e2
,
1e3
,
1e4
,
1e5
,
1e6
,
1e7
,
1e8
,
1e9
};
/
/ let's use a static array for not to accumulate the error
/
* let's use a static array for not to accumulate the error */
static
double
pastpoint
[]
=
{
1e-1
,
1e-2
,
1e-3
,
1e-4
,
1e-5
,
1e-6
,
1e-7
,
1e-8
,
1e-9
,
1e-10
,
1e-11
,
1e-12
,
1e-13
,
1e-14
,
1e-15
,
1e-16
,
1e-17
,
1e-18
,
1e-19
,
...
...
Write
Preview
Markdown
is supported
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