Changeset 6ae4f5 in git for Singular/sing_dbm.cc


Ignore:
Timestamp:
Apr 9, 1997, 2:20:17 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
feaddd38f9cf78a784df825347f9f83cbb667a40
Parents:
e2f1c7b90d7253794bed6c9fcd2adf63ddae5124
Message:
* hannes: - corrected scanner.l: parsing of strings in blocks:
            if (1) { write("","}"); }
          - corrected ipassign.cc: assignment of "dummy" types: DEF, NONE
          - corrected sleftv::Print(_), initialisation of _
          - added conversion int->def
          - added CopyD(DEF)
          - in insert(..): object should not be of type NONE (lists.cc:lInsert0)
          - added int*intvec, int*intmat to iparith.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/sing_dbm.cc

    re2f1c7 r6ae4f5  
    55//**************************************************************************
    66//
    7 // $Id: sing_dbm.cc,v 1.3 1997-04-08 16:45:32 Singular Exp $
     7// $Id: sing_dbm.cc,v 1.4 1997-04-09 12:20:09 Singular Exp $
    88//
    99//**************************************************************************
     
    175175  ||  (strcmp(request, "write") == 0))
    176176  {
    177     if (SI_LINK_R_OPEN_P(l)) return "ready";
    178     else                     return "not ready";
     177    if (SI_LINK_RW_OPEN_P(l)) return "ready";
     178    else                      return "not ready";
    179179  }
    180180  else return "unknown status request";
Note: See TracChangeset for help on using the changeset viewer.