Skip to content

Commit

Permalink
(#174) Preprocessor: connect a TODO with the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 29, 2024
1 parent 2f21a65 commit 3f9dc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cesium.Preprocessor/CPreprocessorParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ private ParseResult<ICPreprocessorToken> ParseNewLine()
return Ok(newLine);
}

// TODO: The following rules are only used in #embed:
// TODO[#174]: The following rules are only used in #embed:
// pp-parameter:
// pp-parameter-name pp-parameter-clauseₒₚₜ
// pp-parameter-name:
Expand Down

0 comments on commit 3f9dc48

Please sign in to comment.