Backed out changeset 7819e11aa46f, bug 592052 because of Mac OS X build bustage:

Undefined symbols:
  "_NSGetModule", referenced from:
     -exported_symbols_list command line option
ld: symbol(s) not found
This commit is contained in:
Benjamin Smedberg 2010-10-13 08:54:06 -04:00
parent 1b940e1c96
commit cd2591f646
3 changed files with 0 additions and 3 deletions

View File

@ -1,2 +1 @@
_NSModule
_NSGetModule

View File

@ -1,6 +1,5 @@
{
global:
NSModule;
NSGetModule;
local: *;
};

View File

@ -1,6 +1,5 @@
EXPORTED {
global:
NSModule;
NSGetModule;
local: *;
};