Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I instruct GC to remove intermediate comment lines? #117

Closed
zelma83 opened this issue Feb 9, 2022 · 0 comments
Closed

How can I instruct GC to remove intermediate comment lines? #117

zelma83 opened this issue Feb 9, 2022 · 0 comments

Comments

@zelma83
Copy link

zelma83 commented Feb 9, 2022

How can I instruct GC to remove intermediate comment lines?

before
  /* Line: 7         : MOVE               : /home/olegs/projects/gnucobol-debug/test/resources/hello.cbl */
  cob_set_location (st_1, 7, NULL, NULL, st_5);
  memcpy (b_6, "World", 5);
  
now
  /* Line: 7         : MOVE               : /home/olegs/projects/gnucobol-debug/test/resources/hello.cbl */
#line 7 "/home/olegs/projects/gnucobol-debug/test/resources/hello.cbl"
  cob_trace_stmt (st_2);
#line 116 "hello.c"
  memcpy (b_8, "World", 5);

Originally posted by @OlegKunitsyn in #97 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant