diff options
| author | Emilio Jesus Gallego Arias | 2018-07-01 02:12:44 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-07-01 02:12:44 +0200 |
| commit | 79792b84e7d2dfe49bf6b9d33b9f19feb90bc002 (patch) | |
| tree | b24c4bede51f8770db60d4c2ed781463e91439b6 /Makefile.common | |
| parent | e3210e41313863213b3bfd547b9b5504a69d29e4 (diff) | |
| parent | 1b3c25792c0598ae0cc44e9db1e7bde3f5789638 (diff) | |
Merge PR #7410: Splitting primitive numeral parser/printer for positive, N, Z into three files
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 5b1def40aa..94b965a7f1 100644 --- a/Makefile.common +++ b/Makefile.common @@ -143,8 +143,8 @@ BTAUTOCMO:=plugins/btauto/btauto_plugin.cmo RTAUTOCMO:=plugins/rtauto/rtauto_plugin.cmo NATSYNTAXCMO:=plugins/syntax/nat_syntax_plugin.cmo OTHERSYNTAXCMO:=$(addprefix plugins/syntax/, \ - z_syntax_plugin.cmo \ - r_syntax_plugin.cmo \ + positive_syntax_plugin.cmo n_syntax_plugin.cmo \ + z_syntax_plugin.cmo r_syntax_plugin.cmo \ int31_syntax_plugin.cmo \ ascii_syntax_plugin.cmo \ string_syntax_plugin.cmo ) |
