b13910e172
PR: ports/121333 Submitted by: Ismail YENIGUL <ismail enderunix.org> (maintainer)
11 lines
313 B
C++
11 lines
313 B
C++
--- lexer.cpp.orig 2008-03-03 23:44:57.000000000 +0200
|
|
+++ lexer.cpp 2008-03-03 23:44:35.000000000 +0200
|
|
@@ -13,7 +13,7 @@
|
|
#include "rfc822.hpp"
|
|
using namespace std;
|
|
|
|
-ostream & operator<< (ostream & os, const token & t)
|
|
+std::ostream & operator<< (std::ostream& os, const token & t)
|
|
{
|
|
switch(t.type)
|
|
{
|