aboutsummaryrefslogtreecommitdiff
path: root/plugins/interface/vtp.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/interface/vtp.ml')
-rw-r--r--plugins/interface/vtp.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/interface/vtp.ml b/plugins/interface/vtp.ml
index 1714440dfb..a84f9ea56a 100644
--- a/plugins/interface/vtp.ml
+++ b/plugins/interface/vtp.ml
@@ -373,6 +373,9 @@ and fCOMMAND = function
| CT_ml_declare_modules(x1) ->
fSTRING_NE_LIST x1 ++
fNODE "ml_declare_modules" 1
+| CT_local_ml_declare_modules(x1) ->
+ fSTRING_NE_LIST x1 ++
+ fNODE "local_ml_declare_modules" 1
| CT_ml_print_modules -> fNODE "ml_print_modules" 0
| CT_ml_print_path -> fNODE "ml_print_path" 0
| CT_module(x1, x2, x3, x4) ->