roojspacker/Packer.vala
authorAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2019 02:41:31 +0000 (10:41 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2019 02:41:31 +0000 (10:41 +0800)
roojspacker/Packer.vala

index 1e1bf14..cbdf72c 100644 (file)
@@ -101,15 +101,16 @@ namespace JSDOC
                public Packer(PackerRun config)
                {
                        this.config = config;
-##if HAVE_JSON_GLIB
+//#if HAVE_JSON_GLIB
                        this.result = new Json.Object();
-##else
-#                      this.result_count = new  Gee.HashMap <string,int>();
-#              
-#                      this.result =  new Gee.HashMap<
-#                              string /* errtype*/ , Gee.HashMap<string /*fn*/,     Gee.HashMap<int /*line*/, Gee.ArrayList<string>>>
-#                      >();
-##endif                        
+//#else
+//                     this.result_count = new  Gee.HashMap <string,int>();
+//             
+//                     this.result =  new Gee.HashMap<
+//#                            string /* errtype*/ , Gee.HashMap<string /*fn*/,     Gee.HashMap<int /*line*/, Gee.ArrayList<string>>>
+//#                    >();
+//#endif                       
+//
                        this.files = new Gee.ArrayList<string>();
                        
                        new Lang_Class(); ///initilizaze lang..