mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
Port lexcalc scan.l to Solaris 10
* examples/c/lexcalc/scan.l: Include errno.h.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
%option nodefault noinput nounput noyywrap
|
||||
|
||||
%{
|
||||
#include <errno.h> /* errno, ERANGE */
|
||||
#include <limits.h> /* INT_MIN */
|
||||
#include <stdlib.h> /* strtol */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user