Changeset e0cd1d in git
- Timestamp:
- Nov 11, 2010, 2:44:14 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- aefd2f31d20badf9f7185d9d99613be723e6b1b1
- Parents:
- c599b4905cf0c73990f1231de9a049c48e93ae4c
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rc599b4 re0cd1d 165 165 #endif 166 166 167 void piShowProcList();168 167 #ifndef MAKE_DISTRIBUTION 169 168 static BOOLEAN jjEXTENDED_SYSTEM(leftv res, leftv h); … … 2529 2528 if(strcmp(sys_cmd,"listall")==0) 2530 2529 { 2530 void listall(int showproc); 2531 2531 int showproc=0; 2532 2532 if ((h!=NULL) && (h->Typ()==INT_CMD)) showproc=(int)((long)h->Data()); … … 2540 2540 if(strcmp(sys_cmd,"proclist")==0) 2541 2541 { 2542 void piShowProcList(); 2542 2543 piShowProcList(); 2543 2544 return FALSE; -
Singular/ipshell.h
rc599b4 re0cd1d 183 183 BOOLEAN iiTryLoadLib(leftv v, const char *id); 184 184 185 void listall(int showproc=1);186 185 void iiCheckPack(package &p); 187 186 #ifndef NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.