src/server/config/objconf.h

changeset 83
28433f06d5ee
parent 79
f48cea237ec3
child 91
fac51f87def0
--- a/src/server/config/objconf.h	Sun Jun 30 15:11:48 2013 +0200
+++ b/src/server/config/objconf.h	Mon Jul 01 18:05:13 2013 +0200
@@ -61,8 +61,9 @@
     UcxDlist     *conditions;
     UcxDlist     *objects;
 
-    // private parser temp vars
+    // private parser temp var
     ConfigObject *obj;     // add directives to this object
+    // private parser temp var
     UcxList      *levels;  // tree levels (stack)
     
 } ObjectConfig;

mercurial