From a19029dee21f77391d99b780582f82bb3ba3b831 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 18 Mar 2013 15:05:55 +0000 Subject: Extraction AccessOpaque is now activated again by default (#2952) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16315 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/extraction/table.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/extraction/table.ml b/plugins/extraction/table.ml index b35b5fc5e4..a848d9c21a 100644 --- a/plugins/extraction/table.ml +++ b/plugins/extraction/table.ml @@ -452,7 +452,7 @@ let my_bool_option name initval = (*s Extraction AccessOpaque *) -let access_opaque = my_bool_option "AccessOpaque" false +let access_opaque = my_bool_option "AccessOpaque" true (*s Extraction AutoInline *) -- cgit v1.2.3