Changeset 0a3ddd in git for Singular/subexpr.h


Ignore:
Timestamp:
Oct 21, 1998, 12:25:54 PM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c67136b6996540333f40f75592110b036a513219
Parents:
474fb0f7cb536c4ad3eda28eea8a1d8a1cfd6ecb
Message:
 Modified Files:
 	extra.cc grammar.y iparith.cc ipassign.cc ipconv.cc ipid.cc
 	ipid.h iplib.cc ipprint.cc ipshell.cc ipshell.h libparse.h
 	libparse.l lists.h lists.cc misc.cc tok.h tesths.cc subexpr.h
 	subexpr.cc silink.cc ring.cc mpsr_Tok.cc mpsr_Put.h
 	mpsr_Put.cc
	Added major changes for Namespaces. All test, except MP are
	running.


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

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.h

    r474fb0f r0a3ddd  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: subexpr.h,v 1.9 1998-09-29 10:39:11 krueger Exp $ */
     6/* $Id: subexpr.h,v 1.10 1998-10-21 10:25:43 krueger Exp $ */
    77/*
    88* ABSTRACT: handling of leftv
     
    9696typedef ssym * sym;
    9797
    98 void syMake(leftv v,char * name);
     98void syMake(leftv v,char * name, idhdl packhdl = NULL);
    9999BOOLEAN assumeStdFlag(leftv h);
    100100
Note: See TracChangeset for help on using the changeset viewer.