xpcom/string/public/string-template-undef.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xpcom/string/public/string-template-undef.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
     1.5 +/* vim:set ts=2 sw=2 sts=2 et cindent: */
     1.6 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.7 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.9 +// IWYU pragma: private, include "nsString.h"
    1.10 +
    1.11 +#undef CharT
    1.12 +#undef CharT_is_PRUnichar
    1.13 +#undef CharT_is_char
    1.14 +#undef nsTAString_IncompatibleCharT
    1.15 +#undef nsTString_CharT
    1.16 +#undef nsTFixedString_CharT
    1.17 +#undef nsTAutoString_CharT
    1.18 +#undef nsTSubstring_CharT
    1.19 +#undef nsTSubstringTuple_CharT
    1.20 +#undef nsTStringComparator_CharT
    1.21 +#undef nsTDefaultStringComparator_CharT
    1.22 +#undef nsTDependentString_CharT
    1.23 +#undef nsTDependentSubstring_CharT
    1.24 +#undef nsTLiteralString_CharT
    1.25 +#undef nsTXPIDLString_CharT
    1.26 +#undef nsTGetterCopies_CharT
    1.27 +#undef nsTAdoptingString_CharT
    1.28 +#undef nsTPromiseFlatString_CharT
    1.29 +#undef TPromiseFlatString_CharT

mercurial