2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-23 15:18:33 +00:00
qpdf/libqpdf
Thorsten Schöning 2c704b99a1 Undefined functions because of missing std:: or header. (#295)
* [bcc32 Error] QPDF.cc(375): E2268 Call to undefined function 'atof'
  Full parser context
    QPDF.cc(358): parsing: void QPDF::parse(const char *)

* [bcc32 Error] QPDFTokenizer.cc(183): E2268 Call to undefined function 'strtol'
  Full parser context
    QPDFTokenizer.cc(163): parsing: void QPDFTokenizer::resolveLiteral()

* [bcc32 Error] pdf-split-pages.cc(52): E2268 Call to undefined function 'exit'
  Full parser context
    pdf-split-pages.cc(50): parsing: void usage()

* PR #295: Including "cstdlib" should be replaced with "stdlib.h" to be more consistent. At the same time I changed the order of the surrounding includes to reflect alphabetical order, because at some files this already have been the case.
2019-03-12 10:05:29 -04:00
..
2018-12-31 18:23:47 -05:00
2018-12-25 11:52:21 -05:00
2008-04-29 12:55:25 +00:00
2018-08-16 11:53:10 -04:00
2012-06-27 10:20:38 -04:00
2015-10-31 18:56:42 -04:00
2018-01-13 19:49:42 -05:00
2018-12-21 18:34:56 -05:00
2018-12-21 18:34:56 -05:00
2018-12-21 18:34:56 -05:00
2018-12-21 18:34:56 -05:00
2019-01-29 22:14:20 -05:00
2018-12-21 17:25:31 -05:00
2018-12-21 17:25:31 -05:00
2019-01-31 21:41:29 -05:00
2012-12-31 05:36:51 -05:00