git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14599 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2014-04-15 11:28:03 +00:00
parent 9fda101899
commit 546c22b67e
1 changed files with 2 additions and 6 deletions

View File

@ -610,9 +610,7 @@ and signature_item_desc =
| Psig_class_type of class_type_declaration list | Psig_class_type of class_type_declaration list
(* class type ct1 = ... and ... and ctn = ... *) (* class type ct1 = ... and ... and ctn = ... *)
| Psig_attribute of attribute | Psig_attribute of attribute
(* [@@id] (* [@@@id] *)
(not attached to another item, i.e. after ";;" or at the beginning
of the signature) *)
| Psig_extension of extension * attributes | Psig_extension of extension * attributes
(* [%%id] *) (* [%%id] *)
@ -735,9 +733,7 @@ and structure_item_desc =
| Pstr_include of include_declaration | Pstr_include of include_declaration
(* include ME *) (* include ME *)
| Pstr_attribute of attribute | Pstr_attribute of attribute
(* [@@id] (* [@@@id] *)
(not attached to another item, i.e. after ";;" or at the beginning
of the structure) *)
| Pstr_extension of extension * attributes | Pstr_extension of extension * attributes
(* [%%id] *) (* [%%id] *)