Changeset 0f1252 in git for Singular/lists.cc


Ignore:
Timestamp:
Oct 15, 1999, 6:07:10 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
31a7b7f054ac458d4b30f6f4e66455c0e5bd2652
Parents:
b9a806d9b07d47c6ed5ae2c9a1279b24fab1a311
Message:
* bug fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/lists.cc

    rb9a806 r0f1252  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: lists.cc,v 1.18 1999-10-14 14:27:14 obachman Exp $ */
     4/* $Id: lists.cc,v 1.19 1999-10-15 16:07:08 obachman Exp $ */
    55/*
    66* ABSTRACT: handling of the list type
    77*/
     8#ifndef LISTS_CC
     9#define LISTS_CC
     10
    811#include "mod2.h"
    912#include "tok.h"
     
    400403  return s;
    401404}
     405
     406#endif /* LISTS_CC */
Note: See TracChangeset for help on using the changeset viewer.