Changeset 1b6725 in git for Singular/checklibs.c
- Timestamp:
- Nov 8, 2013, 4:19:35 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- abb12f44bb1ce32fc8fa27a5f627543824466fce
- Parents:
- 35c26414eab02dda7305d2a199bc7a351daf705d
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-08 16:19:35+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-08 16:20:46+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/checklibs.c
r35c264 r1b6725 294 294 pp=p+8; 295 295 while((*pp)==' ') pp++; 296 if (((*pp)!='"') || (strstr(pp,"$Id")==NULL)) 297 printf("error: version string should start with $""Id"); 296 /* syntax of version string: "version <filename> <version> <date> " 297 if (*pp)!='"') 298 printf("error: version string should ...."); 299 */ 298 300 } 299 301 } … … 414 416 /* part 3: summary*/ 415 417 printf("\nproc part parsed: %d lines of %s\n",footer,argv[1]); 416 if (have_version!=1) printf("version missing/dup plicate (%d)\n",have_version);417 if (have_category!=1) printf("category missing/dup plicate (%d)\n",have_category);418 if (have_info!=1) printf("info missing/dup plicate (%d)\n",have_info);418 if (have_version!=1) printf("version missing/duplicate (%d)\n",have_version); 419 if (have_category!=1) printf("category missing/duplicate (%d)\n",have_category); 420 if (have_info!=1) printf("info missing/duplicate (%d)\n",have_info); 419 421 420 422 printf("\nGENERAL SUMMARY:\n");
Note: See TracChangeset
for help on using the changeset viewer.