Changeset 029516e in git


Ignore:
Timestamp:
May 7, 1998, 10:20:32 AM (25 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
7fef2319e97d75fbc3d4399c5ad07d2455c29d39
Parents:
aeca21b1518219bb4262ecaba8985914a9d75a55
Message:
esthetic change in libparse.l


git-svn-id: file:///usr/local/Singular/svn/trunk@1640 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/libparse.l

    raeca21 r029516e  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 /* $Id: libparse.l,v 1.19 1998-05-05 13:46:38 krueger Exp $ */
     5/* $Id: libparse.l,v 1.20 1998-05-07 08:20:32 krueger Exp $ */
    66#include <stdio.h>
    77#include <string.h>
     
    286286               SET_DEF_END(mode, pi, current_pos(yyleng+1));
    287287#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",
    291292                      yylplineno, current_pos(0), brace1);
     293               }
    292294#endif
    293295               p_static=FALSE;
Note: See TracChangeset for help on using the changeset viewer.