Changeset b4d18fc in git for Singular/subexpr.cc


Ignore:
Timestamp:
Mar 23, 2001, 7:27:41 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
9ec09069f8c60cf231ce0b5cf9239534d0b7c88c
Parents:
4f85e4e9d3aad5369c5922537d1798f80d436e30
Message:
*hannes: LIB not as string


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

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.cc

    r4f85e4e rb4d18fc  
    55* ABSTRACT: handling of leftv
    66*/
    7 /* $Id: subexpr.cc,v 1.73 2001-03-22 19:11:09 Singular Exp $ */
     7/* $Id: subexpr.cc,v 1.74 2001-03-23 18:27:41 Singular Exp $ */
    88
    99#include <stdlib.h>
     
    10301030                         return (void *)nNULL;
    10311031      case VNOETHER:   return (void *) ppNoether;
     1032#ifndef HAVE_NAMESSPACES
    10321033      case LIB_CMD:    {
    10331034                         idhdl h = ggetid( "LIB" );
     
    10351036                         return IDSTRING(h);
    10361037                       }
     1038#endif
    10371039      case IDHDL:
    10381040        return IDDATA((idhdl)data);
Note: See TracChangeset for help on using the changeset viewer.