Changeset 6ea5315 in git


Ignore:
Timestamp:
Apr 15, 1997, 2:48:39 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d81ed62931819cc84ddbdacdef4853767897c3a9
Parents:
40ff315d72a74456226cda819d20ef537a307c6d
Message:
Tue Apr 15 12:07:17 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* silink.cc (slStandardInit): changed Ascii type specifyer from
	  "ascii" to "Ascii" for consistency


git-svn-id: file:///usr/local/Singular/svn/trunk@166 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog

    r40ff315 r6ea5315  
    11Tue Apr 15 12:07:17 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
     2
     3        * silink.cc (slStandardInit): changed Ascii type specifyer from
     4          "ascii" to "Ascii" for consistency
    25
    36        * iparith.cc : added #else branch to #ifdef HAVE_FGLM in proc table
  • Singular/silink.cc

    r40ff315 r6ea5315  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: silink.cc,v 1.8 1997-04-09 12:20:08 Singular Exp $ */
     4/* $Id: silink.cc,v 1.9 1997-04-15 12:48:37 obachman Exp $ */
    55
    66/*
     
    700700  si_link_root->GetDump=slGetDumpAscii;
    701701  si_link_root->Status=slStatusAscii;
    702   si_link_root->type="ascii";
     702  si_link_root->type="Ascii";
    703703  s = si_link_root;
    704704#ifdef HAVE_DBM
Note: See TracChangeset for help on using the changeset viewer.