Allow specifying range end as a size
This commit is contained in:
@@ -372,6 +372,14 @@ Again:
|
||||
return;
|
||||
}
|
||||
|
||||
/* Decimal number offset? */
|
||||
if (C == '+') {
|
||||
NextChar ();
|
||||
InfoIVal = GetDecimalToken ();
|
||||
InfoTok = INFOTOK_OFFSET_INTCON;
|
||||
return;
|
||||
}
|
||||
|
||||
/* Other characters */
|
||||
switch (C) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user