Changeset c0971e in git


Ignore:
Timestamp:
Apr 22, 1998, 10:40:55 AM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
cc8350f619e28faa89a9cc221bb9eb248eab3122
Parents:
e9cf3a6963de279c6ce975cc17562588b09c0793
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.l

    re9cf3a rc0971e  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 /* $Id: libparse.l,v 1.7 1998-04-20 10:05:54 krueger Exp $ */
     5/* $Id: libparse.l,v 1.8 1998-04-22 08:40:55 krueger Exp $ */
    66#include <stdio.h>
    77#include <string.h>
     
    664664
    665665  printf( "  %-15s  %20s      %s,%s    %s,%s     %s,%s\n", "Library",
    666           "function", "line", "start-eod", "line", "body-eop",
     666          "function", "line", "start-eod", "line", "body-eob",
    667667          "line", "example-eoe");
    668668  yylplex(argv[0], argv[0], &lib_style);
    669669  if(yylp_errno) {
    670     printf("ERROR accured: [%d] ", yylp_errno);
     670    printf("ERROR occured: [%d] ", yylp_errno);
    671671    printf(yylp_errlist[yylp_errno], yylplineno);
    672672    printf("\n");
Note: See TracChangeset for help on using the changeset viewer.