mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-13 07:47:45 +00:00
Can I go back to bed now?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3358 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5a5f38dbfc
commit
222529619e
1 changed files with 1 additions and 1 deletions
|
@ -2529,7 +2529,7 @@ void QCC_PR_Lex (void)
|
||||||
// character is reached
|
// character is reached
|
||||||
if ( c == '~' || c == '%') //let's see which one we make into an operator first... possibly both...
|
if ( c == '~' || c == '%') //let's see which one we make into an operator first... possibly both...
|
||||||
{
|
{
|
||||||
QCC_PR_ParseWarning(0, "~ or % prefixes to denote integers are deprecated. Please use a postfix of 'i'");
|
QCC_PR_ParseWarning(0, "~ or %% prefixes to denote integers are deprecated. Please use a postfix of 'i'");
|
||||||
pr_file_p++;
|
pr_file_p++;
|
||||||
pr_token_type = tt_immediate;
|
pr_token_type = tt_immediate;
|
||||||
pr_immediate_type = type_integer;
|
pr_immediate_type = type_integer;
|
||||||
|
|
Loading…
Reference in a new issue