Changeset c2da0a in git for Singular/utils.cc


Ignore:
Timestamp:
Apr 20, 1998, 12:05:55 PM (25 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
365819b7d885a4cbf318e09a20d2ae8dce0b45a4
Parents:
b35b93807f117d1b5cb55df216eefd3920e0d91f
Message:
Bug fixes for libparse


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

Legend:

Unmodified
Added
Removed
  • Singular/utils.cc

    rb35b93 rc2da0a  
    99procinfo *iiInitSingularProcinfo(procinfov pi, char *libname,
    1010                                 char *procname, int line, long pos,
    11                                  int pstatic = 0)
     11                                 BOOLEAN pstatic = FALSE)
    1212{
    1313  pi->libname = (char *)malloc(strlen(libname)+1);
Note: See TracChangeset for help on using the changeset viewer.