src/eltlparse/eltlparse.yy: Include limits.h for INT_MIN and INT_MAX.

This commit is contained in:
Alexandre Duret-Lutz 2008-06-11 17:01:42 +02:00
parent 34d81cd807
commit dc0005f4e1
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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"