Skip to content
Snippets Groups Projects
Commit 9c20b5ca authored by rdubner's avatar rdubner
Browse files

convert.cc

parent 9803df70
No related merge requests found
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
* Eliminate vestigial ".global" code * Eliminate vestigial ".global" code
* Create "cobol-system.h" file. * Create "cobol-system.h" file.
trimmed .h files in cobol1.cc trimmed .h files in cobol1.cc
trimmed .h files in convert.cc
\ No newline at end of file
...@@ -27,8 +27,9 @@ ...@@ -27,8 +27,9 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "config.h"
#include "system.h" #include "cobol-system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "fold-const.h" #include "fold-const.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment