Can I instruct the GCC preprocessor not to delete comments when processing files?
GCC has the -C option to save comments.
`-C' Do not discard comments. All comments are passed through to the output file, except for comments in processed directives, which are deleted along with the directive. You should be prepared for side effects when using `-C'; it causes the preprocessor to treat comments as tokens in their own right. For example, comments appearing at the start of what would be a directive line have the effect of turning that line into an ordinary source line, since the first token on the line is no longer a `#'.
Yes, you can do this with the option -C. For instance.
-C
gcc -C -E myfile.c
man gccand use / -C(slash, space, dash, capitcal C) to make it smaller (which is probably your pager program), for the -C option, use nsearch again (description 3rd hit). Related parameters are listed above and below.
man gcc
Source: https://habr.com/ru/post/1731575/More articles:Using readv (), writev () and poll () from C ++ - c ++What is RIDI_PREPARSEDDATA in GetRawInputDeviceInfo? - windowsPHP - pulling a single value from a multidimensional array - phpJQuery Add / Remove Links - jqueryCan I configure cxf to use specific XML parsing? - javaShould User Controls be supported by properties? - c #upload large files in a browser with a progress bar, do not use flash js and php - javascriptHow to make powershell wait for event log entries? - powershellGetting started with vim scripts with perl - vimhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1731580/connect-multiple-jcr-repositories-to-one-database-and-keep-updated&usg=ALkJrhi19_qaiEFnnoDRlHsEOze4sHEy4QAll Articles