Changeset 8e73e0 in git


Ignore:
Timestamp:
Jul 17, 2022, 10:03:24 AM (22 months ago)
Author:
Jan Engelhardt <jengelh@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
140312a2338c7b6d64bab9b08cdd148864fe5f70
Parents:
01bc362e23f5ca4d5bcfba99ddfbc22ee526ca45
git-author:
Jan Engelhardt <jengelh@inai.de>2022-07-17 10:03:24+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-07-20 11:25:03+02:00
Message:
build: repair -DMAKE_DISTRIBUTION build

```
  CXX      dError.lo
dError.cc: In function 'int dReportError(const char*, ...)':
dError.cc:126:121: error: expected ';' before 'vfprintf'
  126 |   fprintf(stderr, "// !!! Please, email the input\n// and the following error message to singular@mathematik.uni-kl.de")
      |                                                                                                                         ^
      |                                                                                                                         ;
  127 |   vfprintf(stderr, fmt, ap);
      |   ~~~~~~~~
```
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/dError.cc

    r01bc36 r8e73e0  
    124124#else
    125125  fprintf(stderr, "\n// !!! YOU HAVE FOUND A BUG IN SINGULAR.");
    126   fprintf(stderr, "// !!! Please, email the input\n// and the following error message to singular@mathematik.uni-kl.de")
     126  fprintf(stderr, "// !!! Please, email the input\n// and the following error message to singular@mathematik.uni-kl.de");
    127127  vfprintf(stderr, fmt, ap);
    128128#endif
Note: See TracChangeset for help on using the changeset viewer.