mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
489fc32e82
commit
fcb71fc884
2 changed files with 5 additions and 4 deletions
|
@ -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__
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue