Changeset 029516e in git
- Timestamp:
- May 7, 1998, 10:20:32 AM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 7fef2319e97d75fbc3d4399c5ad07d2455c29d39
- Parents:
- aeca21b1518219bb4262ecaba8985914a9d75a55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.l
raeca21 r029516e 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 /* $Id: libparse.l,v 1. 19 1998-05-05 13:46:38krueger Exp $ */5 /* $Id: libparse.l,v 1.20 1998-05-07 08:20:32 krueger Exp $ */ 6 6 #include <stdio.h> 7 7 #include <string.h> … … 286 286 SET_DEF_END(mode, pi, current_pos(yyleng+1)); 287 287 #if YYLPDEBUG 288 if(lpverbose) 289 printf("// %s PROC '%s' at line %d,%d: (%d).\n", 290 p_static ? "local" : "global", proc, 288 if(lpverbose) { 289 printf("// PROCEDURE '%s' status: %s, ", proc, 290 p_static ? "local" : "global"); 291 printf("starting at line %d,%d: (%d).\n", 291 292 yylplineno, current_pos(0), brace1); 293 } 292 294 #endif 293 295 p_static=FALSE;
Note: See TracChangeset
for help on using the changeset viewer.