Changeset e0cd1d in git


Ignore:
Timestamp:
Nov 11, 2010, 2:44:14 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
aefd2f31d20badf9f7185d9d99613be723e6b1b1
Parents:
c599b4905cf0c73990f1231de9a049c48e93ae4c
Message:
listall, piShowProcList: only for debugging

git-svn-id: file:///usr/local/Singular/svn/trunk@13637 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rc599b4 re0cd1d  
    165165#endif
    166166
    167 void piShowProcList();
    168167#ifndef MAKE_DISTRIBUTION
    169168static BOOLEAN jjEXTENDED_SYSTEM(leftv res, leftv h);
     
    25292528      if(strcmp(sys_cmd,"listall")==0)
    25302529      {
     2530        void listall(int showproc);
    25312531        int showproc=0;
    25322532        if ((h!=NULL) && (h->Typ()==INT_CMD)) showproc=(int)((long)h->Data());
     
    25402540      if(strcmp(sys_cmd,"proclist")==0)
    25412541      {
     2542        void piShowProcList();
    25422543        piShowProcList();
    25432544        return FALSE;
  • Singular/ipshell.h

    rc599b4 re0cd1d  
    183183BOOLEAN iiTryLoadLib(leftv v, const char *id);
    184184
    185 void listall(int showproc=1);
    186185void iiCheckPack(package &p);
    187186#ifndef NDEBUG
Note: See TracChangeset for help on using the changeset viewer.