forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit455dbc0
committed
Use "-I." in directories holding Bison parsers, for Oracle compilers.
With the Oracle Developer Studio 12.6 compiler, #line directives alterthe current source file location for purposes of #include "..."directives. Hence, a VPATH build failed with 'cannot find include file:"specscanner.c"'. With two exceptions, parser-containing directoriesalready add "-I. -I$(srcdir)"; eliminate the exceptions. Back-patch to9.6 (all supported versions).1 parentc3556f6 commit455dbc0
2 files changed
+4
-1
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
|
0 commit comments
Comments
(0)