Re: csharpexec.c causes intmax_t from config.h to be redefined.

2017-06-27 Thread John Malmberg
On 6/19/2017 10:09 AM, Bruno Haible wrote: John Malmberg wrote: On VMS, the config.h file is generated to "#define intmax_t long long". The csharpexec.c module includes config.h and then includes some header files that redefine intmax_t. After it does that, it #includes "classpath.c" which the

Re: csharpexec.c causes intmax_t from config.h to be redefined.

2017-06-19 Thread Bruno Haible
John Malmberg wrote: > On VMS, the config.h file is generated to "#define intmax_t long long". > > The csharpexec.c module includes config.h and then includes some header > files that redefine intmax_t. > > After it does that, it #includes "classpath.c" which then includes > config.h again. >

csharpexec.c causes intmax_t from config.h to be redefined.

2017-06-19 Thread John Malmberg
On VMS, the config.h file is generated to "#define intmax_t long long". The csharpexec.c module includes config.h and then includes some header files that redefine intmax_t. After it does that, it #includes "classpath.c" which then includes config.h again. This causes the original definitio