Changeset 40ff315 in git


Ignore:
Timestamp:
Apr 15, 1997, 1:55:39 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
6ea5315ed3f847fbead0d0e978f16d1cfac98904
Parents:
160f8f72b125a2ffef2b744316be00419a699402
Message:
Tue Apr 15 12:07:17 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* iparith.cc : added #else branch to #ifdef HAVE_FGLM in proc table


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

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog

    r160f8f7 r40ff315  
    11Tue Apr 15 12:07:17 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
     2
     3        * iparith.cc : added #else branch to #ifdef HAVE_FGLM in proc table
    24
    35        *  (extra.cc): system("sh",command) returns exit status of command
  • Singular/iparith.cc

    r160f8f7 r40ff315  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.19 1997-04-13 12:43:00 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.20 1997-04-15 11:55:36 obachman Exp $ */
    55/*
    66* ABSTRACT: table driven kernel interface, used by interpreter
     
    20042004,{fglmProc,    FGLM_CMD,       IDEAL_CMD,      RING_CMD,   DEF_CMD }
    20052005,{fglmProc,    FGLM_CMD,       IDEAL_CMD,      QRING_CMD,  DEF_CMD }
     2006#else
     2007,{jjWRONG2,    FGLM_CMD,       IDEAL_CMD,      RING_CMD,   DEF_CMD }
     2008,{jjWRONG2,    FGLM_CMD,       IDEAL_CMD,      QRING_CMD,  DEF_CMD }
    20062009#endif
    20072010,{jjFIND2,     FIND_CMD,       INT_CMD,        STRING_CMD, STRING_CMD }
Note: See TracChangeset for help on using the changeset viewer.