Workaround GCC 4.0.1 on the Darwin builds.
* src/misc/bitvect.hh: Remove SPOT_API from class forward declarations. * src/ltlast/nfa.hh: Likewise.
This commit is contained in:
parent
e19e56fba3
commit
9ccdef9cbd
2 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2008, 2010, 2013 Laboratoire de Recherche et
|
// Copyright (C) 2008, 2010, 2013, 2014 Laboratoire de Recherche et
|
||||||
// Développement de l'Epita (LRDE).
|
// Développement de l'Epita (LRDE).
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
|
|
@ -34,7 +34,7 @@ namespace spot
|
||||||
namespace ltl
|
namespace ltl
|
||||||
{
|
{
|
||||||
/// Forward declaration. See below.
|
/// Forward declaration. See below.
|
||||||
class SPOT_API succ_iterator;
|
class succ_iterator;
|
||||||
/// Forward declaration. NFA's labels are reprensented by nodes
|
/// Forward declaration. NFA's labels are reprensented by nodes
|
||||||
/// which are defined in formula_tree.hh, included in nfa.cc.
|
/// which are defined in formula_tree.hh, included in nfa.cc.
|
||||||
namespace formula_tree
|
namespace formula_tree
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2013 Laboratoire de Recherche et Développement
|
// Copyright (C) 2013, 2014 Laboratoire de Recherche et Développement
|
||||||
// de l'Epita (LRDE).
|
// de l'Epita (LRDE).
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
|
|
@ -31,8 +31,8 @@ namespace spot
|
||||||
/// \addtogroup misc_tools
|
/// \addtogroup misc_tools
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
class SPOT_API bitvect;
|
class bitvect;
|
||||||
class SPOT_API bitvect_array;
|
class bitvect_array;
|
||||||
|
|
||||||
///\brief Allocate a bit-vector of \a bitcount bits.
|
///\brief Allocate a bit-vector of \a bitcount bits.
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue