mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-02-09 18:01:16 +00:00
ld: separate -module and -export directives by an empty line
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
%%% along with pdp10-tools. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
-module(ld).
|
||||
|
||||
-export([ main/1
|
||||
, format_error/1
|
||||
]).
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
%%% along with pdp10-tools. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
-module(ld_input).
|
||||
|
||||
-export([ input/2
|
||||
, format_error/1
|
||||
]).
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
%%% along with pdp10-tools. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
-module(ld_phase1).
|
||||
|
||||
-export([ phase1/1
|
||||
]).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user