Home
last modified time | relevance | path

Searched refs:MAXSIGDIG (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlobject.c159 #define MAXSIGDIG 30 macro
186 else if (++sigdig <= MAXSIGDIG) /* can read it without overflow? */ in lua_strx2number()