]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgcobol: Ensure that config.h is included where needed.
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 24 Mar 2025 07:55:32 +0000 (07:55 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Thu, 3 Apr 2025 13:32:27 +0000 (14:32 +0100)
commitce1cf361992463c84d225fb3f3b8b9f18fa96adb
tree15372be7d9e1b95db3034a3b09a2131b0506b876
parent9b9b0ccffaf6185f5f44734755ebb7ae085ed745
libgcobol: Ensure that config.h is included where needed.

This includes config.h before any other project-related headers
or sources so that they properly make use of the values determined
by configure.

libgcobol/ChangeLog:

* gfileio.cc: Include config.h.
* gmath.cc: Likewise.
* io.cc: Likewise.
* libgcobol.cc: Likewise.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
libgcobol/gfileio.cc
libgcobol/gmath.cc
libgcobol/io.cc
libgcobol/libgcobol.cc