diff options
| author | Narendra Umate <[email protected]> | 2013-12-08 01:27:41 -0800 |
|---|---|---|
| committer | Narendra Umate <[email protected]> | 2013-12-08 01:27:41 -0800 |
| commit | 4fa56874ba1557274c10077bf8386ece4c61dbd6 (patch) | |
| tree | e2d336604e960b548e996d2e7dcfc5a1e1401b9e /mp/src/devtools/version_script.linux.txt | |
| parent | Added DS_Store to .gitignore. (diff) | |
| parent | Make libSDL2.so/dylib into symlinks. (diff) | |
| download | source-sdk-2013-4fa56874ba1557274c10077bf8386ece4c61dbd6.tar.xz source-sdk-2013-4fa56874ba1557274c10077bf8386ece4c61dbd6.zip | |
Merge remote-tracking branch 'upstream/master'
Reverted .gitattributes xcode_ccache_wrapper change. Fixed line endings
for .gitignore and .gitattributes.
Diffstat (limited to 'mp/src/devtools/version_script.linux.txt')
| -rw-r--r-- | mp/src/devtools/version_script.linux.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/mp/src/devtools/version_script.linux.txt b/mp/src/devtools/version_script.linux.txt index c68a5ac1..2e1bcb7c 100644 --- a/mp/src/devtools/version_script.linux.txt +++ b/mp/src/devtools/version_script.linux.txt @@ -1,14 +1,14 @@ -{
- global: *;
- local:
- extern "C++" {
- *std::*;
- __cxxabi*;
- __gcc*;
- __gxx*;
- __gnu_cxx*;
- __cxa*;
- operator*;
- __dynamic_cast
- };
-};
+{ + global: *; + local: + extern "C++" { + *std::*; + __cxxabi*; + __gcc*; + __gxx*; + __gnu_cxx*; + __cxa*; + operator*; + __dynamic_cast + }; +}; |