diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-12-27 14:03:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-27 14:03:18 +0200 |
commit | 6943c7b11c92f3d4971704abcb213f57eaa4e115 (patch) | |
tree | b1a21045df0ad88eb5216c0ab134f2e5ddc836f3 /extensions | |
parent | d72a0b5c618a37b70ba4d111b457deefad8f025f (diff) |
Sigh, my git grep regexps missed some cases
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/plugin/unx/npwrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/unx/npwrap.cxx b/extensions/source/plugin/unx/npwrap.cxx index 8229abb6812f..64798ac15107 100644 --- a/extensions/source/plugin/unx/npwrap.cxx +++ b/extensions/source/plugin/unx/npwrap.cxx @@ -505,7 +505,7 @@ int main( int argc, char **argv) return 0; } -#ifdef GCC +#ifdef __GNUC__ extern "C" { void __pure_virtual() {} |