From 833a2b57bcbebda29fc1eb0b98c0d94ae2c31b7b Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Sat, 8 Jan 2011 18:35:37 +0100 Subject: In ecpg's parser removed a fixed length limit for constants defining an array dimension. --- src/interfaces/ecpg/test/expected/preproc-array_of_struct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/ecpg/test/expected/preproc-array_of_struct.c') diff --git a/src/interfaces/ecpg/test/expected/preproc-array_of_struct.c b/src/interfaces/ecpg/test/expected/preproc-array_of_struct.c index c60bf51d931..5579ed4132e 100644 --- a/src/interfaces/ecpg/test/expected/preproc-array_of_struct.c +++ b/src/interfaces/ecpg/test/expected/preproc-array_of_struct.c @@ -114,7 +114,7 @@ int main() int r ; #line 45 "array_of_struct.pgc" - struct varchar_onlyname_5 { int len; char arr[ 50 ]; } onlyname [2] ; + struct varchar_onlyname_5 { int len; char arr[ 50 ]; } onlyname [ 2 ] ; /* exec sql end declare section */ #line 46 "array_of_struct.pgc" -- cgit v1.2.3