Changeset df5fc1 in git for Singular/subexpr.h


Ignore:
Timestamp:
Feb 9, 2001, 3:22:57 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6ca6690825cdff21f0a6073cea36f43b1a760975
Parents:
d41bd828c3f8515900152109d59cc5dffdd4b26a
Message:
*hannes: RinDependend


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

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.h

    rd41bd82 rdf5fc1  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: subexpr.h,v 1.27 2001-02-08 12:55:51 Singular Exp $ */
     6/* $Id: subexpr.h,v 1.28 2001-02-09 14:22:56 Singular Exp $ */
    77/*
    88* ABSTRACT: handling of leftv
     
    1010
    1111#include <string.h>
     12#include "grammar.h"
     13#include "tok.h"
    1214#include "structs.h"
    1315
     
    8890};
    8991
     92inline BOOLEAN RingDependend(int t) { return (BEGIN_RING<t)&&(t<END_RING); }
    9093extern sleftv sLastPrinted;
    9194
Note: See TracChangeset for help on using the changeset viewer.