Differences From Artifact [375a4ce6c6]:
- File src/natools-static_hash_maps-s_expressions.ads — part of check-in [cf4a28a612] at 2014-05-31 15:04:56 on branch trunk — static_hash_maps-s_expressions: add binding for the new package categorization option (user: nat, size: 2383) [annotate] [blame] [check-ins using]
To Artifact [6ccde42f99]:
- File src/natools-static_hash_maps-s_expressions.ads — part of check-in [1cc98d90f5] at 2014-11-09 20:48:10 on branch trunk — static_hash_maps-s_expressions: add commands for definite or indefinite elements (user: nat, size: 2435) [annotate] [blame] [check-ins using]
︙ | |||
44 45 46 47 48 49 50 51 52 53 54 55 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + + | Pure_Package, Preelaborate_Package, Test_Function, Extra_Declarations); type Map_Command is (Hash_Package, Definite_Elements, Indefinite_Elements, Nodes, Function_Name, Not_Found); end Natools.Static_Hash_Maps.S_Expressions; |