Changeset a8bcbad in git


Ignore:
Timestamp:
Sep 23, 2010, 6:23:38 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
388ce56d044bd18ba5403f3ab15af580030d66d8
Parents:
7c596bed4549a47d03834ba741671dbe1923e784
Message:
handle proc inside doc

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

Legend:

Unmodified
Added
Removed
  • Singular/checklibs.c

    r7c596b ra8bcbad  
    325325        printf("warning: proc should be in col. 1: line %d:%s",lines,buf);
    326326      }
     327      else if (pp!=p)
     328      {
     329        footer++; get_next(); continue; /* this is not a proc start*/
     330      }
    327331      p+=5; /* skip proc+blank*/
    328332      while(*p==' ') p++;
Note: See TracChangeset for help on using the changeset viewer.