Skip to content

Commit 5fdb8f2

Browse files
committed
Merge: fixed problem building with new binutils + presumably depricated ConfigTest functions
pull request cloned from Grive#153 for bananaoomarang@97c8c3d
2 parents 0bc4091 + 97c8c3d commit 5fdb8f2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

libgrive/src/bfd/SymbolInfo.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

20+
#define PACKAGE "grive"
21+
#define PACKAGE_VERSION "git"
22+
2023
#include "SymbolInfo.hh"
2124
#include "Debug.hh"
2225

libgrive/test/util/ConfigTest.hh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
grive: an GPL program to sync a local directory with Google Drive
2+
grive: a GPL program to sync a local directory with Google Drive
33
Copyright (C) 2012 Wan Wai Ho
44
55
This program is free software; you can redistribute it and/or
@@ -36,9 +36,7 @@ public :
3636
CPPUNIT_TEST_SUITE_END();
3737

3838
private :
39-
void TestInitialiseWithPath( );
40-
void TestInitialiseWithNoPath( );
41-
} ;
39+
void TestInitialiseWithNoPath( );
40+
void TestInitialiseWithPath( );
4241

4342
} // end of namespace
44-

0 commit comments

Comments
 (0)