forked from gap-system/gap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: convert many C comments to C++ comments (gap-system#5271)
* kernel: change inline C comment to C++ This commit was generated using this command: perl -pi -e 's;/\*[ \t]+(.+[^ \t])[ \t]+\*/[ \t]*$;// \1;g' src/*.* src/hpc/*.* * kernel: more comment tweaks - convert more C comments to C++ comments - remove empty comments - remove some weird "patterns" at the end of some C++ comments - fix some indentation issues and other minor stuff in a bunch of comments - remove some obsolete comments
- Loading branch information
Showing
97 changed files
with
8,588 additions
and
8,564 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.