Changeset 42b098 in git for Singular/ipshell.h


Ignore:
Timestamp:
Mar 4, 2003, 10:24:37 AM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8e3371aef9fd347c38f10f72f7ebbf5cc21035d3
Parents:
4f9f76289570d5ee768e26842cad76862feaa8d2
Message:
*hannes: HAVE_PLURAL int fix


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r4f9f76 r42b098  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipshell.h,v 1.28 2002-05-02 15:15:57 Singular Exp $ */
     6/* $Id: ipshell.h,v 1.29 2003-03-04 09:24:37 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    9898  short res;
    9999  short arg;
     100#ifdef HAVE_PLURAL 
     101  short valid_for_plural;
     102#endif 
    100103};
    101104
     
    108111  short arg1;
    109112  short arg2;
    110 #ifdef PROFILING
    111   short cnt;
    112   int   t;
    113 #endif
     113#ifdef HAVE_PLURAL 
     114  short valid_for_plural;
     115#endif 
    114116};
    115117
     
    123125  short arg2;
    124126  short arg3;
     127#ifdef HAVE_PLURAL 
     128  short valid_for_plural;
     129#endif 
    125130};
    126131struct sValCmdM
     
    130135  short res;
    131136  short number_of_args; /* -1: any, -2: any >0, .. */
     137#ifdef HAVE_PLURAL 
     138  short valid_for_plural;
     139#endif 
    132140};
    133141extern struct sValCmd2 dArith2[];
Note: See TracChangeset for help on using the changeset viewer.