Changeset ce9c2d in git for Singular/febase.h


Ignore:
Timestamp:
Feb 26, 1999, 4:32:06 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
f7343f357a06c50ebc347cc64f33a37193d88d12
Parents:
f5cda4654265f877bba8ddba45e4486d7c18a16b
Message:
*hannes: aligne structures


git-svn-id: file:///usr/local/Singular/svn/trunk@2874 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/febase.h

    rf5cda4 rce9c2d  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: febase.h,v 1.25 1998-12-02 13:57:26 obachman Exp $ */
     6/* $Id: febase.h,v 1.26 1999-02-26 15:32:01 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    148148    procinfo * pi;        // proc info
    149149    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
    150156    int    start_lineno;  // lineno, to restore in recursion
    151157    int    curr_lineno;   // current lineno
     
    159165            */
    160166    feBufferTypes   typ;  // buffer type: see BT_..
    161     // for files only:
    162     FILE * files;         // file handle
    163     // for buffers only:
    164     char * buffer;        // buffer pointer
    165     long   fptr;          // current position in buffer
    166167
    167168  Voice() { memset(this,0,sizeof(*this));}
Note: See TracChangeset for help on using the changeset viewer.