Changeset 8b515ab in git


Ignore:
Timestamp:
Sep 15, 2000, 6:44:31 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
36ee6f0365457dc62f726a5e901573d6c6f77b2d
Parents:
c32bd3031ffa9ac71958a15709dc1069e79d98f9
Message:
*hannes: fixed string[i]


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rc32bd3 r8b515ab  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.223 2000-09-15 16:43:52 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.224 2000-09-15 16:44:29 Singular Exp $ */
    55
    66/*
     
    1616
    1717#include "mod2.h"
    18 #define OM_TRACK 5
    19 #define OM_CHECK 3
    2018#include "tok.h"
    2119#include "ipid.h"
  • Singular/subexpr.cc

    rc32bd3 r8b515ab  
    55* ABSTRACT: handling of leftv
    66*/
    7 /* $Id: subexpr.cc,v 1.63 2000-09-15 16:43:54 Singular Exp $ */
     7/* $Id: subexpr.cc,v 1.64 2000-09-15 16:44:31 Singular Exp $ */
    88
    99#include <stdlib.h>
     
    1414
    1515#include "mod2.h"
    16 #define OM_TRACK 5
    17 #define OM_CHECK 3
    1816#include "tok.h"
    1917#include "ipid.h"
Note: See TracChangeset for help on using the changeset viewer.