Changeset 83d85d0 in git for Singular/tesths.cc


Ignore:
Timestamp:
Jul 29, 2009, 2:00:04 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
ea060104ee13bd3ee6905e6217bf3132876b9579
Parents:
48884f25d40adf8eed608ff547bc909599e022d6
Message:
*hannes: fix missing :wqinit of basePack/currPack


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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r48884f2 r83d85d0  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.118 2009-07-28 15:22:04 Singular Exp $ */
     4/* $Id: tesths.cc,v 1.119 2009-07-29 12:00:04 Singular Exp $ */
    55
    66/*
     
    179179  /* say hello */
    180180  {
    181 #ifdef HAVE_NS
    182181    basePack=(package)omAlloc0(sizeof(*basePack));
    183182    currPack=basePack;
     
    188187    currPackHdl=h;
    189188    basePackHdl=h;
    190 #endif /* HAVE_NS */
    191189  }
    192190  if (BVERBOSE(0))
Note: See TracChangeset for help on using the changeset viewer.