Skip to content

Commit

Permalink
Merge: fixed problem building with new binutils + presumably depricat…
Browse files Browse the repository at this point in the history
…ed ConfigTest functions

pull request cloned from Grive#153 for
bananaoomarang@97c8c3d
  • Loading branch information
mMerlin committed Apr 12, 2015
2 parents 0bc4091 + 97c8c3d commit 5fdb8f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions libgrive/src/bfd/SymbolInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

#define PACKAGE "grive"
#define PACKAGE_VERSION "git"

#include "SymbolInfo.hh"
#include "Debug.hh"

Expand Down
8 changes: 3 additions & 5 deletions libgrive/test/util/ConfigTest.hh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
grive: an GPL program to sync a local directory with Google Drive
grive: a GPL program to sync a local directory with Google Drive
Copyright (C) 2012 Wan Wai Ho
This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -36,9 +36,7 @@ public :
CPPUNIT_TEST_SUITE_END();

private :
void TestInitialiseWithPath( );
void TestInitialiseWithNoPath( );
} ;
void TestInitialiseWithNoPath( );
void TestInitialiseWithPath( );

} // end of namespace

0 comments on commit 5fdb8f2

Please sign in to comment.