Commit Graph

4 Commits

Author SHA1 Message Date
Peter Wang
1e7b2f6fbd Fix syntax error. 2023-03-19 13:11:01 +11:00
Zoltan Somogyi
2315f1660e Replace /* */ comments with // comments in util.
util/mdemangle.c:
util/mfiltercc.c:
util/mkinit_common.c:
util/pad_backslash.c:
    As above. The other .c files in util already used // comments.
2023-03-19 00:16:22 +11:00
Zoltan Somogyi
0fc57dcea8 Fix a bug that ate each character after a \ except a newline.
Estimated hours taken: 0.1
Branches: main

util/pad_backslash.c:
	Fix a bug that ate each character after a \ except a newline.
2006-10-30 07:02:13 +00:00
Zoltan Somogyi
1ed9e4e04c A program to help reformat C header files containing multi-line macro
Estimated hours taken: 0.2
Branches: main

util/pad_backslash.c:
	A program to help reformat C header files containing multi-line macro
	definitions. It is not installed or even by compiled by default, so
	it should have no impact on anyone, but will be available to
	developers.
2006-10-10 08:26:05 +00:00