Changeset 995a6a in git for Singular/iparith.cc


Ignore:
Timestamp:
Jan 15, 2010, 4:00:24 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b07ba779b2e1e2117d4ddb200e38719a3c566c87
Parents:
d04ef3dab2a25a86536dd4d029684fd1bdd519d2
Message:
clean up structs.h, part ...

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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rd04ef3d r995a6a  
    100100
    101101typedef sValCmdTab jjValCmdTab[];
     102
     103struct _scmdnames
     104{
     105  char *name;
     106  short alias;
     107  short tokval;
     108  short toktype;
     109};
     110typedef struct _scmdnames cmdnames;
     111
    102112
    103113/* ifdef GENTABLE: definitions are in ipshell.h */
Note: See TracChangeset for help on using the changeset viewer.