[PATCH] [orbit-idl-2] Logically negated show of passes corrected



The following patch will correct the showing of cl_enable_skeleton_impl
and cl_enable_imodule while compiling. Against current CVS.

-- 
  jules


Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/ORBit2/ChangeLog,v
retrieving revision 1.673
diff -u -r1.673 ChangeLog
--- ChangeLog	1 Jan 2005 09:28:13 -0000	1.673
+++ ChangeLog	12 Jan 2005 10:47:14 -0000
@@ -1,3 +1,7 @@
+2005-01-12  Jules Colding  <colding omesc com>
+
+	* src/idl-compiler/orbit-idl-main.c (main): Fix print of passes.
+
 2005-01-01  Jules Colding  <colding omesc com>
 
 	* src/idl-compiler/orbit-idl-c-skelimpl.c (cbe_ski_do_list): Fix the former 
Index: src/idl-compiler/orbit-idl-main.c
===================================================================
RCS file: /cvs/gnome/ORBit2/src/idl-compiler/orbit-idl-main.c,v
retrieving revision 1.29
diff -u -r1.29 orbit-idl-main.c
--- src/idl-compiler/orbit-idl-main.c	1 Jan 2005 09:21:17 -0000	1.29
+++ src/idl-compiler/orbit-idl-main.c	12 Jan 2005 10:47:14 -0000
@@ -209,8 +209,8 @@
 	  cl_disable_skels ? "" : "skels ",
 	  cl_disable_common ? "" : "common ",
 	  cl_disable_headers ? "" : "headers ",
-	  cl_enable_skeleton_impl ? "" : "skel_impl ",
-	  cl_enable_imodule ? "" : "imodule");
+	  cl_enable_skeleton_impl ? "skel_impl " : "",
+	  cl_enable_imodule ? "imodule" : "");
 	   
   /* Do it */
   while((arg=poptGetArg(pcon))!=NULL) {




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]