Removed rawchr

This commit is contained in:
Devine Lu Linvega 2022-08-14 11:32:58 -07:00
parent a4a30df07e
commit bce4438469
1 changed files with 0 additions and 3 deletions

View File

@ -319,9 +319,6 @@ parse(char *w, FILE *f)
makereference(p.scope, w, p.ptr);
if(!writeshort(0xffff, 0)) return 0;
break;
case '\'': /* raw char */
if(!writebyte((Uint8)w[1])) return 0;
break;
case '"': /* raw string */
i = 0;
while((c = w[++i]))