Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
dc0005f4
Commit
dc0005f4
authored
Jun 11, 2008
by
Alexandre Duret-Lutz
Browse files
src/eltlparse/eltlparse.yy: Include limits.h for INT_MIN and INT_MAX.
parent
34d81cd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
dc0005f4
2008-06-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/eltlparse/eltlparse.yy: Include limits.h for INT_MIN and
INT_MAX.
* src/sanity/includes.test: Remove empty line at beginning of file.
* src/internal/formula.hh (formula::hash): Remove the const
...
...
src/eltlparse/eltlparse.yy
View file @
dc0005f4
...
...
@@ -23,6 +23,7 @@
#include <string>
#include <sstream>
#include <cerrno>
#include <limits.h>
#include "public.hh"
#include "eltlast/allnodes.hh"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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