Revert faulty patch

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21905 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-10-29 16:07:02 +00:00
parent 489fc32e82
commit fcb71fc884
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2005-10-29 Richard Frith-Macdonald <rfm@gnu.org>
* Tools/AGSHtml.m: Revert last change ... it looked OK but it broke
internal checking of references.
2005-10-28 Richard Frith-Macdonald <rfm@gnu.org>
* Tools/gdomap.c: standardise on __MINGW32__

View file

@ -175,7 +175,6 @@ static NSString *mainFont = nil;
NSString *s;
NSString *kind = (f == YES) ? @"rel=\"gsdoc\" href" : @"name";
NSString *hash = (f == YES) ? @"#" : @"";
r = [r stringByReplacingString:@":" withString:@"$"];
if (f == NO || (s = [localRefs globalRef: r type: t]) != nil)
{
@ -207,7 +206,6 @@ static NSString *mainFont = nil;
NSString *s = nil;
NSString *kind = (f == YES) ? @"rel=\"gsdoc\" href" : @"name";
NSString *hash = (f == YES) ? @"#" : @"";
r = [r stringByReplacingString:@":" withString:@"$"];
if (f == NO)
{
@ -349,7 +347,6 @@ static NSString *mainFont = nil;
NSString *ref = [a objectAtIndex: i];
NSString *text = [dict objectForKey: ref];
NSString *file = ref;
ref = [ref stringByReplacingString:@":" withString:@"$"];
if ([file isEqual: base] == YES)
{
@ -483,7 +480,6 @@ static NSString *mainFont = nil;
NSString *ref = [a objectAtIndex: i];
NSString *file = [dict objectForKey: ref];
NSString *text = ref;
ref = [ref stringByReplacingString:@":" withString:@"$"];
/*
* If a reference to a method contains a leading category name,