[xml] EOL consistency
- From: Florent Guiliani <flgu 4js com>
- To: xml gnome org
- Subject: [xml] EOL consistency
- Date: Mon, 14 Jan 2008 16:10:34 +0100
Hi all,
Some source files in 2.6.31 haven't the same end-of-line type in the whole file.
The attached patch fix this minor issue.
Florent,
diff -ru libxml2-2.6.31/macos/src/XMLTestPrefix.h libxml2-2.6.31.svn/macos/src/XMLTestPrefix.h
--- libxml2-2.6.31/macos/src/XMLTestPrefix.h 2007-01-03 14:07:43.000000000 +0100
+++ libxml2-2.6.31.svn/macos/src/XMLTestPrefix.h 2008-01-14 15:42:08.000000000 +0100
@@ -1 +1,3 @@
-int test_main(int argc, char **argv);
#define main(X,Y) test_main(X,Y)
\ No newline at end of file
+int test_main(int argc, char **argv);
+
+#define main(X,Y) test_main(X,Y)
diff -ru libxml2-2.6.31/macos/src/XMLTestPrefix2.h libxml2-2.6.31.svn/macos/src/XMLTestPrefix2.h
--- libxml2-2.6.31/macos/src/XMLTestPrefix2.h 2007-01-03 14:07:43.000000000 +0100
+++ libxml2-2.6.31.svn/macos/src/XMLTestPrefix2.h 2008-01-14 15:42:08.000000000 +0100
@@ -1 +1,3 @@
-int test_main(int argc, char* argv[]);
#define main() test_main(int argc, char* argv[])
\ No newline at end of file
+int test_main(int argc, char* argv[]);
+
+#define main() test_main(int argc, char* argv[])
\ No newline at end of file
diff -ru libxml2-2.6.31/win32/Makefile.msvc libxml2-2.6.31.svn/win32/Makefile.msvc
--- libxml2-2.6.31/win32/Makefile.msvc 2007-06-12 10:16:00.000000000 +0200
+++ libxml2-2.6.31.svn/win32/Makefile.msvc 2008-01-14 15:42:08.000000000 +0100
@@ -254,12 +254,12 @@
UTILS = $(UTILS) $(BINDIR)\testThreads.exe
!endif
-!if "$(VCMANIFEST)" == "1"
-_VC_MANIFEST_EMBED_EXE= if exist $ manifest mt.exe -nologo -manifest $ manifest -outputresource:$@;1
-_VC_MANIFEST_EMBED_DLL= if exist $ manifest mt.exe -nologo -manifest $ manifest -outputresource:$@;2
-!else
-_VC_MANIFEST_EMBED_EXE=
-_VC_MANIFEST_EMBED_DLL=
+!if "$(VCMANIFEST)" == "1"
+_VC_MANIFEST_EMBED_EXE= if exist $ manifest mt.exe -nologo -manifest $ manifest -outputresource:$@;1
+_VC_MANIFEST_EMBED_DLL= if exist $ manifest mt.exe -nologo -manifest $ manifest -outputresource:$@;2
+!else
+_VC_MANIFEST_EMBED_EXE=
+_VC_MANIFEST_EMBED_DLL=
!endif
all : libxml libxmla libxmladll utils
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]