11
11
/* Test comment */
12
12
/*--------------------------------------------------------------------------*/
13
13
14
- #line 1 "header_test.h"
14
+ #line 1 "./ header_test.h"
15
15
#include "stdlib.h"
16
16
17
17
static void
@@ -22,19 +22,19 @@ Finish(char *msg)
22
22
23
23
/* finish transaction */
24
24
{ ECPGtrans (__LINE__ , NULL , "rollback" );}
25
- #line 10 "header_test.h"
25
+ #line 10 "./ header_test.h"
26
26
27
27
28
28
/* and remove test table */
29
29
{ ECPGdo (__LINE__ , 0 , 1 , NULL , "drop table meskes " , ECPGt_EOIT , ECPGt_EORT );}
30
- #line 13 "header_test.h"
30
+ #line 13 "./ header_test.h"
31
31
32
32
{ ECPGtrans (__LINE__ , NULL , "commit" );}
33
- #line 14 "header_test.h"
33
+ #line 14 "./ header_test.h"
34
34
35
35
36
36
{ ECPGdisconnect (__LINE__ , "CURRENT" );}
37
- #line 16 "header_test.h"
37
+ #line 16 "./ header_test.h"
38
38
39
39
40
40
exit (-1 );
@@ -47,16 +47,16 @@ warn(void)
47
47
}
48
48
49
49
/* exec sql whenever sqlerror do Finish ( msg ) ; */
50
- #line 29 "header_test.h"
50
+ #line 29 "./ header_test.h"
51
51
52
52
/* exec sql whenever sql_warning do warn ( ) ; */
53
- #line 32 "header_test.h"
53
+ #line 32 "./ header_test.h"
54
54
55
55
56
56
#line 4 "test3.pgc"
57
57
58
58
59
- #line 1 "regression.h"
59
+ #line 1 "./../ regression.h"
60
60
61
61
62
62
0 commit comments