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 -*-
|
||||
// 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).
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
|
|
@ -34,7 +34,7 @@ namespace spot
|
|||
namespace ltl
|
||||
{
|
||||
/// Forward declaration. See below.
|
||||
class SPOT_API succ_iterator;
|
||||
class succ_iterator;
|
||||
/// Forward declaration. NFA's labels are reprensented by nodes
|
||||
/// which are defined in formula_tree.hh, included in nfa.cc.
|
||||
namespace formula_tree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue