Skip to content

Commit

Permalink
Regards #173: Now using C89-style comments (/* */) rather than C++/…
Browse files Browse the repository at this point in the history
…C99-style single-line comments (`//`)

Signed-off-by: Yonggang Luo <[email protected]>
  • Loading branch information
lygstate authored and eyalroz committed Jul 19, 2024
1 parent 29273e9 commit 5eb4609
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 258 deletions.
2 changes: 1 addition & 1 deletion printf_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
#define PRINTF_LOG10_TAYLOR_TERMS @LOG10_TAYLOR_TERMS@
#define PRINTF_CHECK_FOR_NUL_IN_FORMAT_SPECIFIER @PRINTF_CHECK_FOR_NUL_IN_FORMAT_SPECIFIER@

#endif // PRINTF_CONFIG_H_
#endif /* PRINTF_CONFIG_H_ */

Loading

0 comments on commit 5eb4609

Please sign in to comment.