Changeset a18fae in git for Singular/febase.h


Ignore:
Timestamp:
Feb 27, 1998, 5:28:01 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
8520b7877eddd3c2fb9e800be697d25406a2e9fd
Parents:
057e93cfb99481837b68f0a75ed85363fff714b6
Message:
* hannes: fixed echo handling
  (febase.h febase.inc, silink.cc)
  updated documentation
  (doc/*.doc)


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.h

    r057e93c ra18fae  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: febase.h,v 1.6 1998-02-27 14:06:11 Singular Exp $ */
     6/* $Id: febase.h,v 1.7 1998-02-27 16:27:56 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    4747enum   feBufferTypes
    4848{
     49  BT_none  = 0,  // entry level
    4950  BT_break = 1,  // while, for
    50   BT_proc,       // proc, script
     51  BT_proc,       // proc
    5152  BT_example,    // example
    5253  BT_file,       // <"file"
Note: See TracChangeset for help on using the changeset viewer.