Changeset ed07eb in git for Singular/libparse.ll


Ignore:
Timestamp:
Oct 22, 2014, 4:33:30 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
27f9e15b4a22aa874ee9e4006e767a7f4c4d771b
Parents:
37c772cb81032a12dd0c86fe97f20d65f539d9d3
Message:
removed piCleanUp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/libparse.ll

    r37c772c red07eb  
    3434void print_version(lp_modes mode, char *p);
    3535void copy_string(lp_modes mode);
    36 extern void piCleanUp(procinfov pi);
    3736void make_version(char *p, int what);
    3837
     
    336335                 if ((!p_static) && (h_top != NULL) && autoexport)
    337336                 {
    338                    if(IDPROC(h_top)!=NULL) piCleanUp((procinfo *)IDPROC(h_top));
     337                   if(IDPROC(h_top)!=NULL) piKill((procinfo *)IDPROC(h_top));
    339338                   IDPROC(h_top)=IDPROC(h0);
    340339                   IDPROC(h_top)->ref++;
     
    868867{
    869868#ifdef STANDALONE_PARSER
    870   if ((texinfo_out 
     869  if ((texinfo_out
    871870     && (last_cmd == LP_INFO || last_cmd == LP_CATEGORY || last_cmd == LP_URL))
    872871  || (category_out && last_cmd == LP_CATEGORY)
Note: See TracChangeset for help on using the changeset viewer.