c2v icon indicating copy to clipboard operation
c2v copied to clipboard

unexpected token `*`, expecting name

Open topcheese opened this issue 2 years ago • 0 comments

Remotery.v:1540:20: error: unexpected token `*`, expecting name
 1538 | 
 1539 | struct ObjectLink { 
 1540 |     next ObjectLink_s *volatile
      |                       ^
 1541 | }

C code origin -> https://github.com/Celtoys/Remotery

This is another one I'll have to discuss on Discord, after I investigate it a bit more.

topcheese avatar Aug 17 '23 04:08 topcheese