Changeset 6e5833 in git for Singular/scanner.l
- Timestamp:
- Mar 19, 1999, 6:42:33 PM (25 years ago)
- Branches:
- (u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
- Children:
- 2efb0e4a1f16840557ae3ada88076edccb960534
- Parents:
- 105efeceef55c91a7f3c55acd25aac54cf6ae7ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/scanner.l
r105efec r6e5833 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 /* $Id: scanner.l,v 1.1 4 1998-12-14 14:27:43 SingularExp $ */5 /* $Id: scanner.l,v 1.15 1999-03-19 17:42:33 obachman Exp $ */ 6 6 #include <stdio.h> 7 7 #include <string.h> … … 281 281 #ifdef MDEBUG 282 282 #ifdef MLIST 283 mmTestList( );283 mmTestList(0); 284 284 #endif 285 285 #endif
Note: See TracChangeset
for help on using the changeset viewer.