Changeset ce9c2d in git for Singular/febase.h
- Timestamp:
- Feb 26, 1999, 4:32:06 PM (25 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- f7343f357a06c50ebc347cc64f33a37193d88d12
- Parents:
- f5cda4654265f877bba8ddba45e4486d7c18a16b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/febase.h
rf5cda4 rce9c2d 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: febase.h,v 1.2 5 1998-12-02 13:57:26 obachmanExp $ */6 /* $Id: febase.h,v 1.26 1999-02-26 15:32:01 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 148 148 procinfo * pi; // proc info 149 149 void * oldb; // internal scanner buffer 150 // for files only: 151 FILE * files; // file handle 152 // for buffers only: 153 char * buffer; // buffer pointer 154 long fptr; // current position in buffer 155 150 156 int start_lineno; // lineno, to restore in recursion 151 157 int curr_lineno; // current lineno … … 159 165 */ 160 166 feBufferTypes typ; // buffer type: see BT_.. 161 // for files only:162 FILE * files; // file handle163 // for buffers only:164 char * buffer; // buffer pointer165 long fptr; // current position in buffer166 167 167 168 Voice() { memset(this,0,sizeof(*this));}
Note: See TracChangeset
for help on using the changeset viewer.