Patch needed to build
- From: Maciej Stachowiak <mjs noisehavoc org>
- To: orbit-list gnome org
- Cc: gnome-2-0-list gnome org
- Subject: Patch needed to build
- Date: Thu, 26 Jul 2001 04:53:18 -0700
I needed the following patch to build the test/inhibit directory of
ORBit2, and oaf with ORBit2 installed. I would just commit it but none
of the relevant code seems to have changed in a while so I don't
understand how people have been building without this patch. Should I
commit it? Am I doing something wrong that I think I need this?
Regards,
Maciej
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/ORBit2/ChangeLog,v
retrieving revision 1.79
diff -u -p -r1.79 ChangeLog
--- ChangeLog 2001/07/25 15:58:07 1.79
+++ ChangeLog 2001/07/26 11:57:54
@@ -1,3 +1,9 @@
+2001-07-25 Maciej Stachowiak <mjs@noisehavoc.org>
+
+ * src/idl-compiler/orbit-idl-c-headers.c: (ch_output_codefrag):
+ Add a newline after emitted codefrag lines to avoid line
+ directives running together with the next line.
+
2001-07-25 Mark McLoughlin <mark@skynet.ie>
* src/orb/orb-core/iop-profiles.c(IOP_components_marshal),
Index: src/idl-compiler/orbit-idl-c-headers.c
===================================================================
RCS file: /cvs/gnome/ORBit2/src/idl-compiler/orbit-idl-c-headers.c,v
retrieving revision 1.49
diff -u -p -r1.49 orbit-idl-c-headers.c
--- src/idl-compiler/orbit-idl-c-headers.c 2001/07/18 13:00:10 1.49
+++ src/idl-compiler/orbit-idl-c-headers.c 2001/07/26 11:57:55
@@ -431,7 +431,7 @@ ch_output_codefrag(IDL_tree tree, OIDL_R
*cte = '\0';
fprintf(ci->fh, "#include <%s>\n", ctmp);
} else
- fprintf(ci->fh, "%s", (char *)list->data);
+ fprintf(ci->fh, "%s\n", (char *)list->data);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]