Changeset 474652 in git


Ignore:
Timestamp:
Mar 6, 1998, 12:51:14 PM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
c5f2c70e71ec178186313403410039af7986408b
Parents:
6a51efdbf5ddcc92b36a02495be803768716d9fd
Message:
changes for class procinfo


git-svn-id: file:///usr/local/Singular/svn/trunk@1196 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    r6a51ef r474652  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: grammar.y,v 1.22 1998-02-27 14:06:16 Singular Exp $ */
     4/* $Id: grammar.y,v 1.23 1998-03-06 11:51:13 krueger Exp $ */
    55/*
    66* ABSTRACT: SINGULAR shell grammatik
     
    4747
    4848
    49 procinfo *iiInitSingularProcinfo(procinfo *pi, char *libname,
    50                                  char *procname, int line, long pos);
     49procinfo *iiInitSingularProcinfo(procinfo *pi, char *libname, char *procname,
     50                                 int line, long pos, BOOLEAN pstatic=FALSE);
    5151
    5252extern int   yylineno;
  • Singular/ipassign.cc

    r6a51ef r474652  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipassign.cc,v 1.22 1998-01-27 15:13:10 pohl Exp $ */
     4/* $Id: ipassign.cc,v 1.23 1998-03-06 11:51:14 krueger Exp $ */
    55
    66/*
     
    333333{
    334334  extern procinfo *iiInitSingularProcinfo(procinfo *pi, char *libname,
    335                                    char *procname, int line, long pos);
     335                                          char *procname, int line,
     336                                          long pos, BOOLEAN pstatic=FALSE);
    336337  extern void piCleanUp(procinfov pi);
    337338
Note: See TracChangeset for help on using the changeset viewer.