]> granicus.if.org Git - postgresql/commit
Patch possible portability problem: a few places had // style comments,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Mar 2000 23:26:36 +0000 (23:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 Mar 2000 23:26:36 +0000 (23:26 +0000)
commit3faa9bab07ab781aa71ea1a3819a30a184e5bdab
tree1ec505707c66e73387f7a4b46ae2ce2d1165bd14
parent64ef5c82de288c05191551c8d3ee2fe2f404ab5c
Patch possible portability problem: a few places had // style comments,
which is not ANSI C, even though some compilers will take it...
src/interfaces/ecpg/include/sql3types.h
src/interfaces/ecpg/lib/data.c
src/interfaces/ecpg/lib/execute.c
src/interfaces/ecpg/preproc/ecpg_keywords.c
src/interfaces/ecpg/test/dyntest.pgc