Skip to content

Commit

Permalink
Fix C snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
meni-adin authored and Veykril committed Jun 16, 2023
1 parent b31bb99 commit a96b9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax-extensions/source-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Rust does *not*. For example, C/C++ macros are *effectively* processed at this p
[^cpp-it-seemed-like-a-good-idea-at-the-time]

```c
#define SUB void
#define SUB int
#define BEGIN {
#define END }

Expand Down

0 comments on commit a96b9c6

Please sign in to comment.