diff options
| author | Pierre Roux | 2018-10-20 23:43:07 +0200 |
|---|---|---|
| committer | Pierre Roux | 2019-11-01 10:20:55 +0100 |
| commit | fdfcadc111fb5618a8e4a769c50607dc920b7dec (patch) | |
| tree | 811b37c20ab97e1c4bd3c909db7c9c87e31931a0 /Makefile.common | |
| parent | 6133877fc097412233a60740fdf94374abb79559 (diff) | |
Parsing primitive float constants
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 1ad255d156..e392e51153 100644 --- a/Makefile.common +++ b/Makefile.common @@ -149,6 +149,7 @@ RTAUTOCMO:=plugins/rtauto/rtauto_plugin.cmo SYNTAXCMO:=$(addprefix plugins/syntax/, \ r_syntax_plugin.cmo \ int63_syntax_plugin.cmo \ + float_syntax_plugin.cmo \ numeral_notation_plugin.cmo \ string_notation_plugin.cmo) DERIVECMO:=plugins/derive/derive_plugin.cmo |
