Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-lib_cppparser_lexer.h,v 1.1 2013/01/15 15:20:44 joerg Exp $
--- lib/cppparser/lexer.h.orig 2013-01-14 22:00:13.000000000 +0000
+++ lib/cppparser/lexer.h
@@ -346,7 +346,7 @@ private:
};
-inline Token::Token(const QString & text = "")
+inline Token::Token(const QString & text)
: m_type( -1 ),
m_position( 0 ),
m_length( 0 ),