Changeset 9e042d8


Ignore:
Timestamp:
Oct 21, 2022, 2:05:57 PM (18 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
eb9f7f9
Parents:
a5e2682
Message:

Moved around some headers to avoid the parsing bug

Location:
tests/configs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tests/configs/parsebools.cfa

    ra5e2682 r9e042d8  
    1616
    1717#include <fstream.hfa>
    18 #include <parseargs.hfa>
    1918
    2019#include "../meta/fork+exec.hfa"
     20
     21// last as a work around to a parse bug
     22#include <parseargs.hfa>
    2123
    2224int main(int argc, char * argv[]) {
  • tests/configs/parsenums.cfa

    ra5e2682 r9e042d8  
    1616
    1717#include <fstream.hfa>
     18
     19#include "../meta/fork+exec.hfa"
     20
     21// last as workaround to parser bug
    1822#include <parseargs.hfa>
    19 
    20 #include "../meta/fork+exec.hfa"
    2123
    2224#if __SIZEOF_LONG__ == 4
  • tests/configs/usage.cfa

    ra5e2682 r9e042d8  
    1616
    1717#include <fstream.hfa>
     18#include "../meta/fork+exec.hfa"
    1819#include <parseargs.hfa>
    1920
    20 #include "../meta/fork+exec.hfa"
    2121
    2222int main() {
Note: See TracChangeset for help on using the changeset viewer.