From d9614ab9aa604a49ef18b1806bb8a7049ac3ee9a Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Wed, 18 Jan 2006 20:44:18 +0000
Subject: [PATCH] Change the define for pythia6_common_address for gcc3.4

git-svn-id: http://root.cern.ch/svn/root/trunk@13862 27541ba8-7e3a-0410-8455-c3a389f83636
---
 pythia6/src/TPythia6.cxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pythia6/src/TPythia6.cxx b/pythia6/src/TPythia6.cxx
index 3fde35f56d1..7883cb25de5 100644
--- a/pythia6/src/TPythia6.cxx
+++ b/pythia6/src/TPythia6.cxx
@@ -1,4 +1,4 @@
-// @(#)root/pythia6:$Name:  $:$Id: TPythia6.cxx,v 1.20 2005/11/21 11:25:37 rdm Exp $
+// @(#)root/pythia6:$Name:  $:$Id: TPythia6.cxx,v 1.21 2005/12/21 08:09:41 brun Exp $
 // Author: Rene Brun   19/10/99
 //
 ////////////////////////////////////////////////////////////////////////////////
@@ -87,11 +87,11 @@ TPythia6*  TPythia6::fgInstance = 0;
 # ifdef PYTHIA6_DOUBLE_UNDERSCORE
 #  define tpythia6_open_fortran_file tpythia6_open_fortran_file__
 #  define tpythia6_close_fortran_file tpythia6_close_fortran_file__
-#  define pythia6_common_address pythia6_common_block_address__
+#  define pythia6_common_address pythia6_common_address__
 # elif PYTHIA6_SINGLE_UNDERSCORE
 #  define tpythia6_open_fortran_file tpythia6_open_fortran_file_
 #  define tpythia6_close_fortran_file tpythia6_close_fortran_file_
-#  define pythia6_common_address pythia6_common_block_address_
+#  define pythia6_common_address pythia6_common_address
 # else
 #  define pythia6_common_address pythia6_common_address 
 #  define tpythia6_open_fortran_file tpythia6_open_fortran_file_
-- 
GitLab