فهرست منبع

cosmetic changes

ambrop7 13 سال پیش
والد
کامیت
cc8f0103c1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      ncd/NCDInterpProcess.h

+ 2 - 2
ncd/NCDInterpProcess.h

@@ -50,12 +50,12 @@ struct NCDInterpProcess__stmt {
     char *cmdname;
     char *cmdname;
     char *objnames;
     char *objnames;
     size_t num_objnames;
     size_t num_objnames;
-    char *arg_data;
-    size_t arg_len;
     union {
     union {
         const struct NCDModule *simple_module;
         const struct NCDModule *simple_module;
         int method_name_id;
         int method_name_id;
     } binding;
     } binding;
+    char *arg_data;
+    size_t arg_len;
     NCDValSafeRef arg_ref;
     NCDValSafeRef arg_ref;
     NCDValReplaceProg arg_prog;
     NCDValReplaceProg arg_prog;
     int alloc_size;
     int alloc_size;