Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Skip declaration of data_members (C++)
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 25 Feb 2014 10:03:38 +0000 (11:03 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 25 Feb 2014 10:03:38 +0000 (11:03 +0100)
commitbce40f9889d9056f9b9d8822d71525ad17de648f
treef720b87271d71706bfe62580e5571868a166ad7f
parenta87452694ee73de10e25b45b9e2489904836a8ee
[mc] Skip declaration of data_members (C++)

Skip declaration in in header:

    struct foo {
     [...]
     static int bar
    }

We are interested in (.cpp):

   int foo:bar = 42;
src/mc/mc_dwarf.c