Changeset fff984 in git for Singular/subexpr.h


Ignore:
Timestamp:
Dec 18, 1998, 12:11:44 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
66aac4662ca8e66882fe5ee0279bcc5d79d44b0b
Parents:
34e17a4a8f554fc9ca012458e251e26b0b5ba173
Message:
* first fixes so that namespaces work with MP and eval
* first try at aligned memory allocation (still broken and not
* enabled)


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

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.h

    r34e17a rfff984  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: subexpr.h,v 1.12 1998-11-19 14:04:38 krueger Exp $ */
     6/* $Id: subexpr.h,v 1.13 1998-12-18 11:11:44 obachman Exp $ */
    77/*
    88* ABSTRACT: handling of leftv
     
    133133typedef union uprocinfodata procinfodata;
    134134
    135 typedef enum { LANG_NONE, LANG_TOP, LANG_SINGULAR, LANG_C } language_defs;
     135typedef enum { LANG_NONE, LANG_TOP, LANG_SINGULAR, LANG_C, LANG_MAX} language_defs;
    136136// LANG_TOP     : Toplevel package only
    137137// LANG_SINGULAR:
Note: See TracChangeset for help on using the changeset viewer.