Changeset fff984 in git for Singular/iplib.cc


Ignore:
Timestamp:
Dec 18, 1998, 12:11:44 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
66aac4662ca8e66882fe5ee0279bcc5d79d44b0b
Parents:
34e17a4a8f554fc9ca012458e251e26b0b5ba173
Message:
* first fixes so that namespaces work with MP and eval
* first try at aligned memory allocation (still broken and not
* enabled)


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

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r34e17a rfff984  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.49 1998-12-15 13:20:31 krueger Exp $ */
     4/* $Id: iplib.cc,v 1.50 1998-12-18 11:11:37 obachman Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    676676  int token = 0;
    677677
    678   if(IsCmd(plib, &token))
     678  if(IsCmd(plib, token))
    679679  {
    680680    Werror("'%s' is resered identifier\n", plib);
Note: See TracChangeset for help on using the changeset viewer.