Changeset f9fad8 in git


Ignore:
Timestamp:
Sep 29, 2010, 10:05:46 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
Children:
0997b93d0053636ae5ff9b5dc220e421ba6ee70a
Parents:
c005586eeca8a1591c65fbbb5e38a9ecb3f81666
Message:
check for single 'static'

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

Legend:

Unmodified
Added
Removed
  • Singular/checklibs.c

    rc00558 rf9fad8  
    315315  while(!feof(f))
    316316  {
     317    if ((strstr(buf,"static")==buf) && (strstr(buf,"proc")==NULL))
     318    {
     319      printf("error: 'static' without 'proc' found\n");
     320      get_next();
     321    }
    317322    if(((p=strstr(buf,"proc "))!=NULL)
    318323    &&(strncmp(buf,"static proc ",12)!=0))
Note: See TracChangeset for help on using the changeset viewer.