[Julius-cvs 227] CVS update: julius4/libjulius/include/julius

Back to archive index

sumom****@users***** sumom****@users*****
2008年 9月 25日 (木) 01:17:17 JST


Index: julius4/libjulius/include/julius/jconf.h
diff -u julius4/libjulius/include/julius/jconf.h:1.4 julius4/libjulius/include/julius/jconf.h:1.5
--- julius4/libjulius/include/julius/jconf.h:1.4	Tue Jul  1 13:29:45 2008
+++ julius4/libjulius/include/julius/jconf.h	Thu Sep 25 01:17:17 2008
@@ -23,7 +23,7 @@
  * @author Akinobu Lee
  * @date   Fri Feb 16 13:42:28 2007
  *
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
  * 
  */
 /*
@@ -997,8 +997,29 @@
    */
   JCONF_AM *gmm;
 
+  /**
+   * Current option declaration mode while loading options
+   * 
+   */
+  short optsection;
+
+  /**
+   * Whether option sectioning ristriction should be applied or not
+   * 
+   */
+  boolean optsectioning;
+
+
 } Jconf;
 
+enum {
+  JCONF_OPT_GLOBAL,
+  JCONF_OPT_AM,
+  JCONF_OPT_LM,
+  JCONF_OPT_SR,
+  SIZEOF_JCONF_OPT
+};
+
 #endif /* __J_JCONF_H__ */
 
 /*


Julius-cvs メーリングリストの案内
Back to archive index