[rodrigc@mediaone.net: Patch for rope.h and hashtable.h]

Craig Rodrigues rodrigc@mediaone.net
Sun Mar 11 20:36:00 GMT 2001


----- Forwarded message from Craig Rodrigues <rodrigc@mediaone.net> -----

Mailing-List: contact libstdc++-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Unsubscribe: < mailto:libstdc++-unsubscribe-rodrigc=mediaone.net@gcc.gnu.org >
List-Subscribe: < mailto:libstdc++-subscribe@gcc.gnu.org >
List-Archive: < http://gcc.gnu.org/ml/libstdc++/ >
List-Post: < mailto:libstdc++@gcc.gnu.org >
List-Help: < mailto:libstdc++-help@gcc.gnu.org >, < http://gcc.gnu.org/ml/#faqs >
Delivered-To: mailing list libstdc++@gcc.gnu.org
Date: Sun, 11 Mar 2001 15:20:55 -0500
From: Craig Rodrigues <rodrigc@mediaone.net>
To: libstdc++@gcc.gnu.org
Subject: Patch for rope.h and hashtable.h
User-Agent: Mutt/1.2.5i

Hi,

Can someone apply these patches to rope.h and hashtable.h?

Thanks.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          

--- hashtable.h.orig	Sun Mar 11 15:11:58 2001
+++ hashtable.h	Sun Mar 11 15:12:08 2001
@@ -31,7 +31,7 @@
 #ifndef _CPP_BACKWARD_HASHTABLE_H
 #define _CPP_BACKWARD_HASHTABLE_H 1
 
-#include <bits/stl_hashtable.h>
+#include <ext/stl_hashtable.h>
 #include "algo.h"
 #include "alloc.h"
 #include "vector.h"

--- rope.h.orig	Sun Mar 11 15:11:30 2001
+++ rope.h	Sun Mar 11 15:11:39 2001
@@ -15,7 +15,7 @@
 #define _CPP_BACKWARD_ROPE_H 1
 
 #include "hashtable.h"   
-#include <bits/stl_rope.h>
+#include <ext/stl_rope.h>
 
 #ifdef __STL_USE_NAMESPACES
 


----- End forwarded message -----

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          



More information about the Gcc-patches mailing list