Re: [CIL users] Strange behavior with Frontc.parse

2009-10-29 Thread Divya Muthukumaran
Hi, On Thu, Oct 29, 2009 at 3:20 AM, Gabriel Kerneis wrote: > Hi, > > On Wed, Oct 28, 2009 at 03:43:54PM -0400, Divya Muthukumaran wrote: > > I am encountering a strange behavior with Frontc.parse. I have an Ocaml > > program to analyze some C code that uses CIL as a library. The very first > > t

Re: [CIL users] Strange behavior with Frontc.parse

2009-10-29 Thread Gabriel Kerneis
Hi, On Wed, Oct 28, 2009 at 03:43:54PM -0400, Divya Muthukumaran wrote: > I am encountering a strange behavior with Frontc.parse. I have an Ocaml > program to analyze some C code that uses CIL as a library. The very first > thing I do in the program is to call Frontc.parse on the .i file. But for

[CIL users] Strange behavior with Frontc.parse

2009-10-28 Thread Divya Muthukumaran
Hi, I am encountering a strange behavior with Frontc.parse. I have an Ocaml program to analyze some C code that uses CIL as a library. The very first thing I do in the program is to call Frontc.parse on the .i file. But for some reason this fails (basically just reaches Frontc.parse and then nothi