From 4da2a3d8ed4c80fde51079a2d71d2646d089f74e Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Mon, 21 Oct 2002 16:47:02 +0000
Subject: [PATCH] The recent increase of /pawc/ from 2 to 10 megawords prevents
 the generation of the h2root module under alpha/gcc. This fix reduces the
 size to 5 megawords.

git-svn-id: http://root.cern.ch/svn/root/trunk@5447 27541ba8-7e3a-0410-8455-c3a389f83636
---
 main/src/h2root.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/src/h2root.cxx b/main/src/h2root.cxx
index 2e5e9e68992..22861c3db98 100644
--- a/main/src/h2root.cxx
+++ b/main/src/h2root.cxx
@@ -1,4 +1,4 @@
-// @(#)root/main:$Name:  $:$Id: h2root.cxx,v 1.14 2002/09/16 16:06:37 brun Exp $
+// @(#)root/main:$Name:  $:$Id: h2root.cxx,v 1.15 2002/10/17 17:51:16 brun Exp $
 // Author: Rene Brun   20/09/96
 /////////////////////////////////////////////////////////////////////////
 //      Program to convert an HBOOK file into a ROOT file
@@ -34,7 +34,7 @@
 #include "TGraph.h"
 #include "TMath.h"
 int Error;   //to be removed soon
-#define PAWC_SIZE 10000000
+#define PAWC_SIZE 5000000
 
 //  Define the names of the Fortran common blocks for the different OSs
 
-- 
GitLab