Skip to content

Commit

Permalink
Fix warning about '/*' inside block comment
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45393 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
Compyx committed Dec 10, 2024
1 parent 3783d4e commit f091e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vice/src/monitor/mon_lex.l
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ if { BEGIN (COND_MODE); return IF; }

/* FIXME: currently no operator precedence is implemented (so all operators */
/* have the same precedence - ie evaluation is strictly left to right. */
/* The table below shows the operator precedence in C, which we probably want
/* The table below shows the operator precedence in C, which we probably want */
/* to use, should we implement this at some point. */

/* Category Operator Associativity */
Expand Down

0 comments on commit f091e4c

Please sign in to comment.