Skip to content

Commit

Permalink
#188 Post-fix: duplicate forward-declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Oct 5, 2023
1 parent 8f90ff4 commit 2cff79d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The exact file history is recorded in our _git_ repository; see https://github.c
|===
4+|Revision History

|2.9
|TBD
|MR
a|* Fixed typo in PSQL module syntax
* ...

|2.8
|05 Oct 2023
|MR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The module body is either a PSQL module body, or an external module body.
<forward-declarations> ::=
<forward-declare-item> [<forward-declare-item> ...]
<forward-declarations> ::=
<non-forward-declarations> ::=
<non-forward-declare-item> [<non-forward-declare-item> ...]
<forward-declare-item> ::=
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[fblangref40]]
= Firebird 4.0 Language Reference
Dmitry Filippov; Alexander Karpeykin; Alexey Kovyazin; Dmitry Kuzmenko; Denis Simonov; Paul Vinkenoog; Dmitry Yemanov; Mark Rotteveel
2.8, 5 October 2023
2.9, TBD
:doctype: book
:sectnums:
:sectanchors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ PSQL blocks can only have a PSQL module body.
<forward-declarations> ::=
<forward-declare-item> [<forward-declare-item> ...]
<forward-declarations> ::=
<non-forward-declarations> ::=
<non-forward-declare-item> [<non-forward-declare-item> ...]
<forward-declare-item> ::=
Expand Down

0 comments on commit 2cff79d

Please sign in to comment.