Changeset 01776f in git for Singular/links/ssiLink.cc
- Timestamp:
- Jul 10, 2018, 4:48:43 PM (5 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- d4e70ce7cd731c82065512005da56817c732bca7
- Parents:
- 2443ced2cba9f5617e0ff42c31388959712c13d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/links/ssiLink.cc
r2443ced r01776f 2029 2029 return FALSE; 2030 2030 2031 // do not dump default cring: 2032 if (type_id == CRING_CMD) 2033 { 2034 if (strcmp(IDID(h),"ZZ")==0) return FALSE; 2035 if (strcmp(IDID(h),"QQ")==0) return FALSE; 2036 #ifdef SINGULAR_4_2 2037 if (strcmp(IDID(h),"AE")==0) return FALSE; 2038 if (strcmp(IDID(h),"QAE")==0) return FALSE; 2039 #endif 2040 if (strcmp(IDID(h),"flintQ")==0) return FALSE; 2041 } 2042 2031 2043 command D=(command)omAlloc0(sizeof(*D)); 2032 2044 sleftv tmp;
Note: See TracChangeset
for help on using the changeset viewer.