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

Collapse All | Expand All

(-)gezel-2.2-orig/gezel/fdl.ll (+1 lines)
Lines 33-38 Link Here
33
  before compiling fdl.cc
33
  before compiling fdl.cc
34
*/
34
*/
35
35
36
%option noyywrap
36
%option c++
37
%option c++
37
%option debug
38
%option debug
38
39
(-)gezel-2.2-orig/gezel/gval.h (+4 lines)
Lines 101-106 Link Here
101
101
102
};  
102
};  
103
103
104
gval * make_gval(unsigned _wordlength, unsigned _sign);
105
gval * make_gval(char *);
106
gval * make_gval(unsigned _wordlength, unsigned _sign, char *valuestr);
107
104
istream & operator >> (istream &is, gval &v);
108
istream & operator >> (istream &is, gval &v);
105
ostream & operator << (ostream &os, gval &v);
109
ostream & operator << (ostream &os, gval &v);
106
void gval_showstats   (ostream &os);
110
void gval_showstats   (ostream &os);

Return to bug 171304