Changeset 97f92a in git


Ignore:
Timestamp:
May 5, 1998, 2:07:01 PM (25 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
66502d59b182fe1a5dc65c33b1bb5373f2863017
Parents:
d2b2a7f5f866d8da19012bfec668c9e736f8d386
Message:
	* libparse.l: message fix


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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.l

    rd2b2a7 r97f92a  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 /* $Id: libparse.l,v 1.17 1998-05-05 11:55:17 krueger Exp $ */
     5/* $Id: libparse.l,v 1.18 1998-05-05 12:07:01 schmidt Exp $ */
    66#include <stdio.h>
    77#include <string.h>
     
    282282                                yylplineno, current_pos(0),p_static);
    283283                 if (BVERBOSE(V_LOAD_PROC))
    284                    Warn( "     proc %s loaded", proc );
     284                   Warn( "     proc '%s' registered", proc );
    285285               }
    286286#endif STANDALONE_PARSER
Note: See TracChangeset for help on using the changeset viewer.