|
From: Adriano d. S. F. <asf...@us...> - 2008-06-13 01:43:05
|
Build Version : T2.5.0.20334 Firebird 2.5 Alpha 1 (writeBuildNum.sh,v 1.20495 2008/06/13 01:43:05 asfernandes ) Update of /cvsroot/firebird/firebird2/src/remote In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv30814/src/remote Modified Files: protocol.h Log Message: Misc Index: protocol.h =================================================================== RCS file: /cvsroot/firebird/firebird2/src/remote/protocol.h,v retrieving revision 1.44 retrieving revision 1.45 diff -b -U3 -r1.44 -r1.45 --- protocol.h 9 Jun 2008 12:02:56 -0000 1.44 +++ protocol.h 13 Jun 2008 01:42:58 -0000 1.45 @@ -155,7 +155,7 @@ arch_winnt_64 = 40, arch_darwin_x64 = 41, arch_darwin_ppc64 = 42, - arch_max = 43 /* Keep this at the end */ + arch_max = 43 // Keep this at the end } P_ARCH; /* Protocol Types */ |