Changeset b3e931b in git
- Timestamp:
- Feb 7, 2019, 4:25:17 PM (4 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 8d256cb3982b5c45d5a8d5648adc59298f1fd3f9bb3a4d7c75e8505c36fae95c3a1fb60b44f04718
- Parents:
- fcdeeaee8c503399a44c025a273cfa24a3b97bd9d0cd21e86cf844ac74991fb599f0b73de5308e93
- Location:
- Singular/dyn_modules
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/Order/singular.cc
rd0cd21 rb3e931b 510 510 (currPack->libname? currPack->libname: "NFOrder"),// the library name, 511 511 "nforder: orders in number fields"); // the help string for the module 512 VARreturn MAX_TOK;512 return MAX_TOK; 513 513 } 514 514 #endif -
Singular/dyn_modules/python/python_module.cc
rd0cd21 rb3e931b 80 80 81 81 psModulFunctions->iiAddCproc(currPack->libname,"python",FALSE, mod_python); 82 VARreturn MAX_TOK;82 return MAX_TOK; 83 83 } 84 84 #endif -
Singular/dyn_modules/singmathic/singmathic.cc
rd0cd21 rb3e931b 597 597 prOrderX 598 598 ); 599 VARreturn MAX_TOK;599 return MAX_TOK; 600 600 } 601 601
Note: See TracChangeset
for help on using the changeset viewer.