Skip to content

Commit

Permalink
comment: add a ref to a test case related to a warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake committed Mar 30, 2024
1 parent 565ed70 commit ca61e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -2168,6 +2168,7 @@ static void pre_lang_def_flag_base_long (const char* const optflag, const char*
langType cpreproc = getNamedLanguage ("CPreProcessor", 0);
if (base == cpreproc)
{
/* See Tmain/optscript-preludes-stack.d */
error (WARNING,
"Because of an internal limitation, Making a sub parser based on the CPreProcessor parser is not allowed: %s",
param);
Expand Down

0 comments on commit ca61e9d

Please sign in to comment.