mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Fix compilation with g++ 4.0.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-07-30 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
* src/positions.h: Add forward declarations of friend classes.
|
||||||
|
Needed for compilation with g++ 4.0.
|
||||||
|
|
||||||
2004-08-22 Bruno Haible <bruno@clisp.org>
|
2004-08-22 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* tests/Makefile.in (check-lang-syntax): Add test for the
|
* tests/Makefile.in (check-lang-syntax): Add test for the
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/* A set of byte positions.
|
/* A set of byte positions.
|
||||||
|
|
||||||
Copyright (C) 1989-1998, 2000, 2002 Free Software Foundation, Inc.
|
Copyright (C) 1989-1998, 2000, 2002, 2005 Free Software Foundation, Inc.
|
||||||
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
||||||
and Bruno Haible <bruno@clisp.org>.
|
and Bruno Haible <bruno@clisp.org>.
|
||||||
|
|
||||||
@@ -26,6 +26,10 @@
|
|||||||
#ifndef positions_h
|
#ifndef positions_h
|
||||||
#define positions_h 1
|
#define positions_h 1
|
||||||
|
|
||||||
|
/* Classes defined below. */
|
||||||
|
class PositionIterator;
|
||||||
|
class PositionReverseIterator;
|
||||||
|
|
||||||
/* This class denotes a set of byte positions, used to access a keyword. */
|
/* This class denotes a set of byte positions, used to access a keyword. */
|
||||||
|
|
||||||
class Positions
|
class Positions
|
||||||
|
|||||||
Reference in New Issue
Block a user