Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 306437 | Differences between
and this patch

Collapse All | Expand All

(-)gdl-0.9rc4.orig/src/CFMTLexer.cpp (+2 lines)
Lines 11-16 Link Here
11
#include <antlr/CharStreamIOException.hpp>
11
#include <antlr/CharStreamIOException.hpp>
12
#include <antlr/NoViableAltForCharException.hpp>
12
#include <antlr/NoViableAltForCharException.hpp>
13
13
14
#include <cstdlib>
15
14
CFMTLexer::CFMTLexer(std::istream& in)
16
CFMTLexer::CFMTLexer(std::istream& in)
15
	: antlr::CharScanner(new antlr::CharBuffer(in),true)
17
	: antlr::CharScanner(new antlr::CharBuffer(in),true)
16
{
18
{

Return to bug 306437