https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9521ad9443e2e31a38f001718fd88c4a301f96d7 authored by seabld on 25 November 2012, 22:46:20 UTC
Added tag SEAMONKEY_2_15b1_RELEASE for changeset FIREFOX_18_0b1_BUILD1. CLOSED TREE a=release
Tip revision: 9521ad9
gcc_hidden.h
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* Begin all files as hidden visibility */
#pragma GCC visibility push(hidden)
back to top