Fix compiler-detected problem for Alphas: it seems strlen returns

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a6672880e177fbc4dd3250ee024b610f5f2f2d8e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-08-06T15:54:06Z
Releases: 7.4.1
Fix compiler-detected problem for Alphas: it seems strlen returns
something wider than int on that platform.  Also, remove bogus
assumption that sizeof("INT_MAX") has something to do with the maximum
number of digits in an int.

Files

PathChange+/−
src/interfaces/ecpg/preproc/preproc.y modified +3 −3