Changeset f9fad8 in git
- Timestamp:
- Sep 29, 2010, 10:05:46 AM (13 years ago)
- Branches:
- (u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
- Children:
- 0997b93d0053636ae5ff9b5dc220e421ba6ee70a
- Parents:
- c005586eeca8a1591c65fbbb5e38a9ecb3f81666
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/checklibs.c
rc00558 rf9fad8 315 315 while(!feof(f)) 316 316 { 317 if ((strstr(buf,"static")==buf) && (strstr(buf,"proc")==NULL)) 318 { 319 printf("error: 'static' without 'proc' found\n"); 320 get_next(); 321 } 317 322 if(((p=strstr(buf,"proc "))!=NULL) 318 323 &&(strncmp(buf,"static proc ",12)!=0))
Note: See TracChangeset
for help on using the changeset viewer.