src/eltlparse/eltlparse.yy: Include limits.h for INT_MIN and INT_MAX.
This commit is contained in:
parent
34d81cd807
commit
dc0005f4e1
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2008-06-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
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/sanity/includes.test: Remove empty line at beginning of file.
|
||||||
|
|
||||||
* src/internal/formula.hh (formula::hash): Remove the const
|
* src/internal/formula.hh (formula::hash): Remove the const
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
|
#include <limits.h>
|
||||||
#include "public.hh"
|
#include "public.hh"
|
||||||
#include "eltlast/allnodes.hh"
|
#include "eltlast/allnodes.hh"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue