On Wed, Mar 19, 2025 at 12:13:47PM -0500, Robert Dubner wrote: > I applied the patch and I am trying to compile it; there is a problem. > > ==== > In file included from ../../gcc/cobol/scan.l:42: > cobol/parse.h:932:12: error: 'NONE' conflicts with a previous declaration > 932 | NONE = 881, /* NONE */ > | ^~~ > In file included from ../../gcc/tree.h:23, > from ../../gcc/cobol/scan.l:34: > ../../gcc/tree-core.h:2028:3: note: previous declaration > 'function_decl_type NONE' > 2028 | NONE, > | ^~~~ > === > > I'll see what I can do about that.
Well, Richard has not committed his 1/2 patch yet, so you need to apply that too. Jakub