From 3faa9bab07ab781aa71ea1a3819a30a184e5bdab Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 17 Mar 2000 23:26:36 +0000 Subject: 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/lib/execute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces/ecpg/lib/execute.c') diff --git a/src/interfaces/ecpg/lib/execute.c b/src/interfaces/ecpg/lib/execute.c index adc1351e4e7..aca7fce9934 100644 --- a/src/interfaces/ecpg/lib/execute.c +++ b/src/interfaces/ecpg/lib/execute.c @@ -814,7 +814,7 @@ ECPGdo(int lineno, const char *connection_name, char *query, ...) * * Copyright (c) 2000, Christof Petig * - * $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.1 2000/03/07 15:10:56 meskes Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/execute.c,v 1.2 2000/03/17 23:26:31 tgl Exp $ */ PGconn *ECPG_internal_get_connection(char *name); @@ -826,7 +826,7 @@ extern struct descriptor struct descriptor *next; } *all_descriptors; -// like ECPGexecute +/* like ECPGexecute */ static bool execute_descriptor(int lineno,const char *query ,struct connection *con,PGresult **resultptr) { -- cgit v1.2.3