`Version_string' as C++ object was not visible to linker from C
commitb1b253a4e1fe8ae3c2071c88b5d1e19ef6eb8968
authorWerner LEMBERG <wl@gnu.org>
Fri, 20 Apr 2001 13:35:11 +0000 (20 13:35 +0000)
committerWerner LEMBERG <wl@gnu.org>
Fri, 20 Apr 2001 13:35:11 +0000 (20 13:35 +0000)
tree4e776ca7b51ff91402b73ba6b1b32fad4d015732
parentbc0a947a2224b4ecdce3aa40480d09f629f5a7c1
`Version_string' as C++ object was not visible to linker from C
object files.
Add `const' to `Version_string'.

* src/utils/pfbtops/pfbtops.c (main), src/roff/groff/groff.cc
(main), src/roff/troff/input.cc (main), src/preproc/tbl/main.cc
(main), src/preproc/pic/main.cc (main), src/preproc/eqn/main.cc
(main), src/preproc/grn/main.cc (main), src/preproc/html/pre-html.cc
(scanArguments), src/preproc/refer/refer.cc (main),
src/preproc/soelim/soelim.cc (main), src/devices/grotty/tty.cc
(main), src/devices/grodvi/dvi.cc (main), src/devices/grolj4/lj4.cc
(main), src/devices/grohtml/post-html.cc (main),
src/devices/grolbp/lbp.cc (main), src/utils/tfmtodit/tfmtodit.cc
(main), src/utils/hpftodit/hpftodit.cc (main),
src/utils/lookbib/lookbib.cc (main), src/utils/indxbib/indxbib.cc
(main), src/utils/lkbib/lkbib.cc (main),
src/utils/addftinfo/addftinfo.cc (main): Implement it.

* src/roff/groff/pipeline.c: Add _UWIN.
* src/include/nonposix.h: Ditto.

* src/include/lib.h: Use HAVE_STRERROR.
* src/roff/groff/pipeline.c: Ditto.
* src/preproc/html/pre-html.cc: Remove declaration of `strerror'.
* src/libs/libgroff/Makefile.sub (version.cc): Add `extern "C"'.
* src/utils/pfbtops/pfbtops.c: Add copyright notice.
* win32-diffs: Updated.
* src/utils/hpftodit/hpftodit.cc (read_map): Fix compiler warning.
28 files changed:
ChangeLog
src/devices/grodvi/dvi.cc
src/devices/grohtml/post-html.cc
src/devices/grolbp/lbp.cc
src/devices/grolj4/lj4.cc
src/devices/grops/ps.cc
src/devices/grotty/tty.cc
src/include/lib.h
src/include/nonposix.h
src/libs/libgroff/Makefile.sub
src/preproc/eqn/main.cc
src/preproc/grn/main.cc
src/preproc/html/pre-html.cc
src/preproc/pic/main.cc
src/preproc/refer/refer.cc
src/preproc/soelim/soelim.cc
src/preproc/tbl/main.cc
src/roff/groff/groff.cc
src/roff/groff/pipeline.c
src/roff/troff/input.cc
src/utils/addftinfo/addftinfo.cc
src/utils/hpftodit/hpftodit.cc
src/utils/indxbib/indxbib.cc
src/utils/lkbib/lkbib.cc
src/utils/lookbib/lookbib.cc
src/utils/pfbtops/pfbtops.c
src/utils/tfmtodit/tfmtodit.cc
win32-diffs