Changeset 9ccebb in git


Ignore:
Timestamp:
Sep 29, 1998, 12:36:39 PM (25 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
c12cf96143e46174aaae1fa42faa1ccbd8b62ca8
Parents:
2386d98357886538fbc1e8f5e3e458fcb811ff1f
Message:
Added cont; for debugging if MDEBUG is set


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r2386d9 r9ccebb  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.23 1998-07-30 12:46:16 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.24 1998-09-29 10:36:39 krueger Exp $ */
    55/*
    66* ABSTRACT:
     
    314314      }
    315315#ifdef HAVE_NAMESPACES
    316       if (IDTYP(h)==PACKAGE_CMD)
     316      if (IDTYP(h)==PACKAGE_CMD && really_all && strcmp(IDID(h), "Top"))
    317317      {
    318318        namespaceroot->push(IDPACKAGE(h), IDID(h));
     
    696696    iiDebugMarker=TRUE;
    697697  }
    698   //else if(strncmp(s,"cont;",5)==0)
    699   //{
    700   //  iiDebugMarker=TRUE;
    701   //}
     698#if MDEBUG
     699  else if(strncmp(s,"cont;",5)==0)
     700  {
     701    iiDebugMarker=TRUE;
     702  }
     703#endif /* MDEBUG */
    702704  else
    703705  {
Note: See TracChangeset for help on using the changeset viewer.