Changeset 97f92a in git
- Timestamp:
- May 5, 1998, 2:07:01 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 66502d59b182fe1a5dc65c33b1bb5373f2863017
- Parents:
- d2b2a7f5f866d8da19012bfec668c9e736f8d386
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.l
rd2b2a7 r97f92a 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 /* $Id: libparse.l,v 1.1 7 1998-05-05 11:55:17 kruegerExp $ */5 /* $Id: libparse.l,v 1.18 1998-05-05 12:07:01 schmidt Exp $ */ 6 6 #include <stdio.h> 7 7 #include <string.h> … … 282 282 yylplineno, current_pos(0),p_static); 283 283 if (BVERBOSE(V_LOAD_PROC)) 284 Warn( " proc %s loaded", proc );284 Warn( " proc '%s' registered", proc ); 285 285 } 286 286 #endif STANDALONE_PARSER
Note: See TracChangeset
for help on using the changeset viewer.