--- /home/postgres/pgsql-ecpg/test/expected/preproc-array_of_struct.c	2007-08-14 12:53:51.000000000 +0200
+++ array_of_struct.c	2007-09-25 14:54:59.000000000 +0200
@@ -11,7 +11,7 @@
 #include <stdio.h>
 
 
-#line 1 "regression.h"
+#line 1 "./../regression.h"
 
 
 
@@ -31,23 +31,23 @@
 #line 7 "array_of_struct.pgc"
 
 
-typedef  struct { 
+/* exec sql type customer is struct { 
 #line 12 "array_of_struct.pgc"
    struct varchar_name_12  { int len; char arr[ 50 ]; }  name    ;
  
 #line 13 "array_of_struct.pgc"
  int  phone    ;
- }   customer ;
+ }   */
 #line 14 "array_of_struct.pgc"
 
 
-typedef  struct ind { 
+/* exec sql type cust_ind is struct ind { 
 #line 19 "array_of_struct.pgc"
  short  name_ind    ;
  
 #line 20 "array_of_struct.pgc"
  short  phone_ind    ;
- }   cust_ind ;
+ }   */
 #line 21 "array_of_struct.pgc"
 
 
