home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update31.zoo / libg++ / include / diffs
Encoding:
Text File  |  1993-05-29  |  1.0 KB  |  51 lines

  1. *** 1.12    1993/01/17 03:37:51
  2. --- PatchLev.h    1993/05/29 21:24:59
  3. ***************
  4. *** 1,5 ****
  5.   
  6. ! #define    PatchLevel "18"
  7.   
  8.   /*
  9.    *    the Patch Level above is to identify the version
  10. --- 1,5 ----
  11.   
  12. ! #define    PatchLevel "19"
  13.   
  14.   /*
  15.    *    the Patch Level above is to identify the version
  16. *** 1.3    1993/01/17 03:37:51
  17. --- iomanip.h    1993/05/29 21:25:03
  18. ***************
  19. *** 120,127 ****
  20.       omanip(ostream& (*f)(ostream&, TP), TP a) : _f(f), _a(a) {}
  21.       //
  22.       friend
  23. !       ostream& operator>>(ostream& i, imanip<TP>& m)
  24. !     { return (ostream&) m._f( i, m._a); }
  25.   };
  26.   
  27.   
  28. --- 120,127 ----
  29.       omanip(ostream& (*f)(ostream&, TP), TP a) : _f(f), _a(a) {}
  30.       //
  31.       friend
  32. !       ostream& operator<<(ostream& i, omanip<TP>& m)
  33. !     { return m._f( i, m._a); }
  34.   };
  35.   
  36.   
  37. *** 1.10    1993/02/18 00:21:43
  38. --- streambu.h    1993/05/29 21:25:06
  39. ***************
  40. *** 26,34 ****
  41.   #ifdef _G_NEED_STDARG_H
  42.   #include <stdarg.h>
  43.   #endif
  44. - #ifndef fpos_t
  45. - #define fpos_t _G_fpos_t
  46. - #endif
  47.   
  48.   #ifndef atarist
  49.   #ifndef EOF
  50. --- 26,31 ----
  51.