public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/root/files: root-5.20.00-defind.patch
@ 2009-06-23 16:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2009-06-23 16:35 UTC (permalink / raw
  To: gentoo-commits

jer         09/06/23 16:35:48

  Added:                root-5.20.00-defind.patch
  Log:
  Fix spelling error causing compile failure (bug #275205).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.1                  sci-physics/root/files/root-5.20.00-defind.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/files/root-5.20.00-defind.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/files/root-5.20.00-defind.patch?rev=1.1&content-type=text/plain

Index: root-5.20.00-defind.patch
===================================================================
--- root/cint/cint/src/Type.cxx.orig	2008-06-25 08:24:00.000000000 +0200
+++ root/cint/cint/src/Type.cxx	2009-06-23 17:59:36.000000000 +0200
@@ -125,7 +125,7 @@
   strcpy(G__buf,
 	 G__type2string((int)type,(int)tagnum,-1,(int)reftype,(int)isconst));
   return(G__buf);
-#elif  !defind(G__OLDIMPLEMENTATION401)
+#elif  !defined(G__OLDIMPLEMENTATION401)
   return(G__type2string((int)type,(int)tagnum,-1,(int)reftype,(int)isconst));
 #else
   return(G__type2string((int)type,(int)tagnum,-1,(int)reftype));
@@ -138,7 +138,7 @@
   strcpy(G__buf,G__type2string((int)type,(int)tagnum,(int)typenum,(int)reftype
 			       ,(int)isconst));
   return(G__buf);
-#elif  !defind(G__OLDIMPLEMENTATION401)
+#elif  !defined(G__OLDIMPLEMENTATION401)
   return(G__type2string((int)type,(int)tagnum,(int)typenum,(int)reftype
 	,(int)isconst));
 #else






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-23 16:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23 16:35 [gentoo-commits] gentoo-x86 commit in sci-physics/root/files: root-5.20.00-defind.patch Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox