Make ECPGraise's str parameter const to suppress warnings from gcc

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

Commit: 6216e84df611759f626107180f47087260e36ca9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-04-18T00:24:30Z
Releases: 7.1.1
Make ECPGraise's str parameter const to suppress warnings from gcc
and errors from pickier compilers.

Files

PathChange+/−
src/interfaces/ecpg/include/ecpglib.h modified +1 −1
src/interfaces/ecpg/lib/error.c modified +7 −5