~ubuntu-branches/ubuntu/lucid/gnustep-base/lucid

« back to all changes in this revision

Viewing changes to Tools/HTMLLinker.m

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-01-22 12:51:20 UTC
  • mfrom: (1.2.9 upstream) (7.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100122125120-jh559gebg1i3n3nz
Tags: 1.19.3-1ubuntu1
* Merge from Debian testing, remaining changes:
  - adjust DTD paths to look for the local ones to reduce compile time
  - add gnustep-base-common package to Build-Depends-Indep

Show diffs side-by-side

added added

removed removed

Lines of Context:
1046
1046
      NSMutableDictionary *relocationTable;
1047
1047
      
1048
1048
      relocationTable = [NSMutableDictionary new];
1049
 
      AUTORELEASE (relocationTable);
 
1049
      IF_NO_GC ([relocationTable autorelease];)
1050
1050
 
1051
1051
      e = [HTMLDirectoryEnumerator alloc];
1052
1052
      e = [e initWithBasePath: dir];