View | Details | Raw Unified
Collapse All | Expand All

(-) gezel-1.7_orig/gezel/gval.h (+5 lines)
 Lines 20-25    Link Here 
  $Id: fdl.ll,v 1.16 2004/12/18 01:06:31 schaum Exp $
  $Id: fdl.ll,v 1.16 2004/12/18 01:06:31 schaum Exp $
  -------------------------------------------------------------- */
  -------------------------------------------------------------- */
%option noyywrap
%option c++
%option c++
%option debug
%option debug
 Lines 92-97    Link Here 
  
  
};  
};  
gval * make_gval(unsigned _wordlength, unsigned _sign);
gval * make_gval(char *);
gval * make_gval(unsigned _wordlength, unsigned _sign, char *valuestr);
istream & operator >> (istream &is, gval &v);
istream & operator >> (istream &is, gval &v);
ostream & operator << (ostream &os, gval &v);
ostream & operator << (ostream &os, gval &v);
void gval_showstats   (ostream &os);
void gval_showstats   (ostream &os);