diff options
| author | letouzey | 2010-05-19 15:29:30 +0000 |
|---|---|---|
| committer | letouzey | 2010-05-19 15:29:30 +0000 |
| commit | 6af0706a64f490bea919c39e4a91e09f85c24e23 (patch) | |
| tree | b5ff5d76fb6adee385c7cb729a0fe93c0a0750ed /_tags | |
| parent | 0270ae316d7e9d6ddb060383d24d852c54f067d6 (diff) | |
static (and shared) camlp4use instead of per-file declaration
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13016 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to '_tags')
| -rw-r--r-- | _tags | 23 |
1 files changed, 3 insertions, 20 deletions
@@ -21,28 +21,11 @@ ## tags for camlp4 files -"toplevel/mltop.ml4": is_mltop, use_macro - -"parsing/lexer.ml4": use_macro -"lib/compat.ml4": use_macro -"lib/refutpat.ml4": use_extend, use_MLast -"parsing/g_xml.ml4": use_extend -"parsing/q_constr.ml4": use_extend, use_MLast -"parsing/argextend.ml4": use_extend, use_MLast -"parsing/tacextend.ml4": use_extend, use_MLast -"parsing/g_prim.ml4": use_extend -"parsing/g_ltac.ml4": use_extend -"parsing/pcoq.ml4": use_extend, use_macro -"parsing/q_util.ml4": use_MLast -"parsing/vernacextend.ml4": use_extend, use_MLast -"parsing/g_constr.ml4": use_extend -"parsing/g_tactic.ml4": use_extend -"parsing/g_proofs.ml4": use_extend -"parsing/q_coqast.ml4": use_MLast, use_macro +"toplevel/mltop.ml4": is_mltop "toplevel/whelp.ml4": use_grammar -"parsing/g_vernac.ml4": use_grammar, use_extend -"parsing/g_decl_mode.ml4": use_grammar, use_extend, use_MLast +"parsing/g_vernac.ml4": use_grammar +"parsing/g_decl_mode.ml4": use_grammar "tactics/extraargs.ml4": use_grammar "tactics/extratactics.ml4": use_grammar "tactics/class_tactics.ml4": use_grammar |
